Restful web service with nodejs and express
- Install node js
- Run npm init
- Run npm install express --save
- Setup app.js file
- Run node app.js
- Run npm install gulp --save
- Run npm install gulp -g
- Setup gulpfile.js
- Run npm install gulp-nodemon --save
- Add nodemon to gulpfile.js
- Run gulp to start server