$ npm install
$ node server
-
Style
- Use of ; semicolon is mandatory.
- Use 2 spaces for indentation.
-
Frameworks used
- jQuery
- All DOM handling should be done using jQuery ( not Vanilla JS )
- Handlebars for client side templating
- hbs files should 2 spaces indentation
- Backbone.js
- require.js
- jQuery
-
Unit Testing