Node-Boilerplate
This is a series of files and tools that are used everytime I create a new site. The following are the components of the boilerplate:
- NodeJS: web server
- GruntJS: Task runner
- Jasmine: Unit testing
- RequireJS: script loading
- BackboneJS: MV* framework
- LodashJS: utility functions
Installation
Clone this repository:
git@github.com:kianoshp/node-boilerplate.git
Run:
npm install
Run:
node server.js