Package Exports
- slush-starting-blocks
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (slush-starting-blocks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 nodeInstall slush and it's dependencies globally:
$ npm install -g gulp
$ npm install -g slushInstall slush-starting-blocks globally:
$ npm install -g slush-starting-blocksUsage
Create a new folder for your project and cd into it:
$ mkdir my-project
$ cd my-projectRun the generator and answer the questions:
$ slush starting-blocksGetting 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.