git clone git@github.com:forter/node-skeleton.git
cd node-skeleton
npm install
npm start
- Go to
http://localhost:3000
- Enjoy life.
Add routes to server in: server/routes.js
Main angular module: client/app.js
Main html file: client/index.html
Run npm run watch
to watch all files in server directory