Includes:
- Bootrstrap 3
- Logging setup - through (https://github.com/flatiron/winston)
- Initial directory structure
- Cluster setup to take advantage of all cores available
- Base testing setup (Mocha)
- PID managment for tools like Monit/Forever, etc..
git clone git@github.com:AvnerCohen/node-express-bootstrap3-template.git your_app
cd your_app
rm -rf ./git
This will get you to start from fresh.
Enjoy.
Avner Cohen