generator-ratchet

Build mobile apps with simple HTML‚ CSS‚ and JS components.


Keywords
yeoman-generator, ratchet, web, app, front-end, h5bp, modernizr, jquery, gulp
License
MIT
Install
npm install generator-ratchet@0.1.1

Documentation

Ratchet Framework Generator Build Status

Yeoman generator for Ratchet - Build mobile websites for IOS and Android with simple HTML‚ CSS‚ and JS components.

Yeoman generator

Usage

Install generator-ratchet

npm install -g generator-ratchet

Make a new directory, and cd into it

mkdir my-ratchet-project && cd $_

Run yo ratchet

yo ratchet

Follow the prompt to select if you want to use sass for css, then spin up a connect server with watch and livereload for developing in your browser.

gulp watch

When you're ready to push the app to production, the following gulp task will help us in building all our assets & creating a "dist" directory which will contain our build code.

gulp

License

MIT