1.0.1 • Published 11 years ago
slush-base v1.0.1
slush-base
Installation
Install slush-base globally:
npm install -g slush-baseRemember to install slush globally as well, if you haven't already:
npm install -g slushUsage
Create a new folder for your project:
mkdir my-appRun the generator from within the new folder:
cd my-app
slush baseStart watching your files:
npm start