Brisket generator
Install Yeoman:
npm install -g yo
To install generator-brisket from npm, run:
npm install -g generator-brisket
Create a directory for your app:
mkdir projectname
cd projectname
Finally, initiate the generator and run your app:
yo brisket && npm start
Your first brisket app will be available at http://localhost:8080
To debug on the client side, you can use the Chrome extension Backbone Debugger
MIT