Front-end kickstarter with: JavaScript, Sass/SCSS, Browserify, Ractive and much more :)
Make sure you have node installed, if not install the latest 0.12.0
version:
brew install node
Install slush
and it's dependencies globally:
$ npm install -g gulp
$ npm install -g slush
Install slush-starting-blocks
globally:
$ npm install -g slush-starting-blocks
Create a new folder for your project and cd into it:
$ mkdir my-project
$ cd my-project
Run the generator and answer the questions:
$ slush starting-blocks
Slush is a tool that uses Gulp for project scaffolding.
Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.
To find out more about Slush, check out the documentation.