Node.js API backend for pinboard project
How to deploy this repo on your local machine?
- Clone this repo
- Run
npm install
- Run
npm install -g nodemon babel-cli
- After this, you can use
npm run-script dev
ornpm run-script devwin
to start this API.
glhf