generator-simple-stylus
Simple Stylus & Gulp Yeoman generator Includes nib
Install Instructions
- Install Nodejs
- Run
npm install -g yo
- Run
npm install -g bower
- Run
npm install -g gulp
- Run
npm install -g generator-simple-stylus
- Create a project directory and
cd
into it. - Run
yo simple-stylus
to initialize the project. - Run
gulp
to start a webserver with live reload.