![]() |
||
---|---|---|
src | ||
.babelrc | ||
.eslintrc.json | ||
.gitignore | ||
README.md | ||
image.png | ||
package.json | ||
yarn.lock |
README.md
NodeJS APIs
Quick start
- Make sure that you have Node v8 or above installed.
- Clone this repo using
git clone
- Move to the appropriate directory:
cd {folder}
. - Run
npm install
in order to install dependencies - At this point you can run
npm start
.