node-boilerplate/README.md

10 lines
278 B
Markdown

# NodeJS APIs
## Quick start
1. Make sure that you have Node v8 or above installed.
2. Clone this repo using `git clone `
3. Move to the appropriate directory: `cd {folder}`.
4. Run `npm install` in order to install dependencies
5. At this point you can run `npm start`.