Front-end UI components.
Go to the project directory:
$ cd /path-to-project/
Install Node dependencies:
$ npm install
Install Bower components:
$ bower install
Build app source files into the build/
directory:
$ gulp build
... or run local server at 0.0.0.0:3000:
$ gulp
Server watches any changes in the source/
directory and updates the build/
.