JSON RPC Client for NodeJs
- Open up a terminal and navigate to a destination on your disk in which you want to download the project
Example:
cd ./my-fav-projects
- Once inside the DIR type:
git clone https://github.com/borisKarastanev/node-json-rpc-client.git
- Done
*Open Source Operating System - more at:
https://www.suse.com/
*NodeJs. Event-driven I/O server-side JavaScript environment based on V8. More at:
https://nodejs.org/en/
Nodemon - Simple monitor script for use during development of a node.js app. More at:
https://www.npmjs.com/package/nodemon
- Open up a terminal and navigate to the downloaded project DIR e.g: cd ./my-fav-projects
- Enter the following commands
npm install
npm start
Enjoy.