npm install generator-corejsA Yeoman generator for coreJS projects.
1. Install yo, grunt, bower, generator-corejs:
```
npm install -g grunt bower yo generator-corejs
2. Make a new directory, and cd into it:``
mkdir my-new-project && cd $_
3. Run yo corejs, optionally passing an app name:``
yo corejs [app-name]
Run grunt for building and grunt server for preview. For more details to manage your corejs project with grunt see this documentation.
Available generators:
Example:
`bash`
yo corejs
Example:
`bash`
yo corejs:module mymodule
Produces app/scripts/mymodule/`:
.
+-- controller.js
+-- dispatcher.js
+-- start.js
+-- css
| +-- mymodule.scss
| +-- main.scss
+-- views
| +-- defaultView.js
+-- templates
| +-- default.html
+-- res
| +--config.json