slush-starting-blocks
v2.3.2
Published
Front-end kickstarter with: JavaScript, Sass/SCSS, Browserify, Ractive and much more :)
Downloads
72
Maintainers
Readme
slush-starting-blocks
Front-end kickstarter with: JavaScript, Sass/SCSS, Browserify, Ractive and much more :)
Getting Started
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
Usage
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
Getting To Know Slush
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.