This project should provide some basis to create your own webapplication under node.js using express.js in combination with backbone.js.
-
Clone the project:
git clone [email protected]:jamuhl/express-backbone-boilerplate.git
-
run
npm install
-
start the app
node server.js
-
direct your browser to localhost:3000 or localhost:3000/test to run the tests
In order to use jake and docco you should global install the packages:
- npm install -g jake
- npm install -g docco
now you can run:
jake client:build
to concat and minify the JavaScripts for production usejake doc
to create the documentation (output will be in build folder)
- Nick Rabinowitz for inspiring me 'how to use backbone' in his gapvis project
- The team around twitter bootstrap for the excellent work
- Jim Newbery for his 3 posts about Testing Backbone applications with Jasmine and Sinon
- and all the others i missed