Yeoman generator for generating marionette applications
- Uses
grunt dev
to buildLESS
and JS during dev andgrunt build
to build production versions of the same files. Useswebpack
andtraceur-loader
so you can write ES6 code in your modules. - Has
grunt test:dev
to allow debugging andgrunt test:prod
for CI. Usingkarma
. - Uses
LESS
for css, withnormalize.css
built in
To install generator-marionette-app
from npm, run:
npm install -g generator-marionette-app
Finally, initiate the generator:
yo marionette-app