a Yeoman generator for SeedStack web framework (W20).
- Install Nodejs.
- Install Yeoman, Bower, Grunt and Gulp globally using npm (which comes bundled with nodejs).
npm install -g yo bower grunt-cli gulp
- Install the generator-w20 either by installing it globally
npm install -g generator-w20
Or type "yo", select the option "install a generator" and search for "generator-w20"
Create a directory for your project, cd into it and launch the generator.
yo w20