Skip to content

wawjr3d/generator-brisket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

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

License

MIT

About

A Yeoman generator for Brisket

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 98.9%
  • HTML 1.1%