generator-brisket
v1.6.0
Published
Brisket generator
Maintainers
Readme
generator-brisket
Brisket generator
Getting Started
Install Yeoman:
npm install -g yoTo install generator-brisket from npm, run:
npm install -g generator-brisketCreate a directory for your app:
mkdir projectname
cd projectnameFinally, initiate the generator and run your app:
yo brisket && npm startYour first brisket app will be available at http://localhost:8080
To debug on the client side, you can use the Chrome extension Backbone Debugger
License
MIT
