YEOMAN is the web's scaffolding tool for modern webapps.
Go to http://nodejs.org/ and download the installer.
Then to verify that NodeJS is installed, write the following:
$ node -v
$ npm install -g yo
- Also install webapp
$ npm install -g generator-webapp
$ yo
With this, a list of generators will appear. We have to choose Run the Webapp generator
.
We can choose some specifics with the spacebar, and then the web project is created.
$ grunt serve
Here we should use the Chrome Extension LiveReload.
$ grunt build
$ bower install