This website requires JavaScript.
Explore
Help
Sign In
arka
/
node-boilerplate
Watch
1
Star
0
Fork
You've already forked node-boilerplate
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
node-boilerplate
/
README.md
278 B
Raw
Permalink
Blame
History
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
.