slush-webstarterkit
v0.1.5
Published
One command scaffold-er for Google's Web Starter Kit. No questions asked!
Maintainers
Readme
slush-webstarterkit

One command scaffold-er for Google's Web Starter Kit (v0.5.2). No questions asked!
Getting Started
Installation
Install slush-webstarterkit globally:
$ npm install -g slush-webstarterkitRemember to install gulp, slush globally as well, if you haven't already:
$ npm install -g gulp slushUsage
Create a new folder for your project:
$ mkdir my-slush-webstarterkitRun the generator from within the new folder:
$ cd my-slush-webstarterkit && slush webstarterkitRunning the app
Execute
$ gulp to build the app for the first time and then run
$ gulp serveto launch the app.
Please refer here and here for next steps.
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.
License
All Rights Reserved to https://developers.google.com/web/starter-kit
Apache 2.0 | Copyright 2014 Google Inc

