Skip to content

brisket/generator-brisket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

generator-brisket

Brisket generator

Getting Started

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:https://localhost:8080

To debug on the client side, you can use the Chrome extension Backbone Debugger

License

MIT