Awesome
slush-html5-template
Slush generator Html5 web apps
Features
- The latest html5boilerplate.com source code.
- Includes Normalize.scss v3.0.x and v1.1.x.
- The latest jQuery and Modernizr via Bower package manager.
- Support CoffeeScript, RequireJS, Sass or Compass, html minification (via htmlcompressor).
- Support JavaScript test framework Mocha.
- Support streaming build system Gulp.
- Support Minify PNG and JPEG images with image-min.
- Support browser-sync Keep multiple browsers & devices in sync when building websites.
Getting Started
Installation
Install slush-html5-template
globally:
$ npm install -g slush-html5-template
Remember to install slush
globally as well, if you haven't already:
$ npm install -g slush
Usage
Create a new folder for your project:
$ mkdir my-slush-html5-template
Run the generator from within the new folder:
$ cd my-slush-html5-template && slush html5-template
Quick start
run application
To run the application
$ npm start
Release application
To build application
$ npm run release
Testing application
To test the application
$ npm test