slush-backbone-template
v0.1.2
Published
Slush generator for creating backbone template engine (RequireJS/CoffeeScript/Compass/jQuery/Mocha)
Maintainers
Readme
slush-backbone-template
Slush generator backbone web apps
Features
- The latest html5boilerplate.com source code.
- Includes Twitter Bootstrap.
- Includes Normalize.scss v3.0.x and v1.1.x.
- The latest jQuery and Modernizr via Bower package manager.
- Support CoffeeScript, RequireJS, Compass, html minification (via html-minifier).
- Support browser-sync Keep multiple browsers & devices in sync when building websites.
- Support JavaScript test framework Mocha.
- Support The streaming build system GulpJS.
- Support Backbone.js MV* Framework.
- Support Handlebars.js Mustache templating language.
Getting Started
Installation
Install slush-backbone-template globally:
$ npm install -g slush-backbone-templateRemember to install slush globally as well, if you haven't already:
$ npm install -g slushUsage
Create a new folder for your project:
$ mkdir my-slush-backbone-templateRun the generator from within the new folder:
$ cd my-slush-backbone-template && slush backbone-templateQuick start
run application
To run the application
$ npm startRelease application
To build application
$ npm releaseTesting application
To test the application
$ npm test
