Init a web project with Gulp + Stylus, using Slush
Requirements
This project requires that you have the NodeJS installed on your machine
Install
1. Install Gulp globally (if you do not have):
[sudo] npm install -g gulp
2. Install Slush globally (if you do not have):
[sudo] npm install -g slush
3. Install the Ixqueleto generator also globally:
[sudo] npm install -g slush-ixqueleto
4. Now, create and enter in a new folder for your project:
mkdir my-project && cd my-project
5. To end, generate/scaffolding your project using Ixqueleto:
slush ixqueleto
6. Reply few questions to complete.
Developing
1. To develop, enter the following command on your project folder:
gulp server
2. Just Enjoy!