generator-marionette-frontend
v1.3.1
Published
A frontend generator for building large scale single page applications using Marionette, RequireJS, Handlebars
Downloads
1
Maintainers
Readme
generator-marionette-frontend
Requirements
- Node installed
- Yeoman installed (http://yeoman.io/)
- Grunt installed (http://gruntjs.com/)
- Bower installed (http://bower.io/)
Setup
npm install -g generator-marionette-frontend
Creating a new project
mkdir example && cd example
yo marionette-frontend
Serving your application
grunt serve
Now go to http://localhost:9001
Running your tests
grunt test
Documentation
- Starting your application
- Everything to do with modules
- Everything to do with plugins
- Everything to do with vendors
- Building your application
- Testing