README
Slush Start
Full stack JS starter
Getting Started
Install slush-start
globally:
$ npm install -g slush-start
Usage
Create a new folder for your project:
$ mkdir my-slush-start
Run the generator from within the new folder:
$ cd my-slush-start && slush start
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.
Contributing
See the CONTRIBUTING Guidelines
Support
If you have any problem or suggestion please open an issue here.