UI design and development. Where the magic happens ;)
First of all, you must install the global dependencies:
npm install -g bower gulp
After this, you will need to install the local dependencies of the application:
npm install
To run the project, just run gulp
. To create the project distribution, run gulp dist