README
Jade and Stylus Generator
Yeoman generator for a jade and stylus project. Include a web server.
Required
Of course Node.js, NPM and Git.
Yeoman:
$ npm install -g yo
Bower:
$ npm install -g bower
Generator-Jadestyl:
$ npm install -g generator-jadestyl
Getting Started
Initiate the generator:
$ yo jadestyl
Gulp
Open the server:
$ gulp serve
Compile the project:
$ gulp
Deploy to gh-pages:
$ gulp deploy