Install requirements:
sudo npm install -g gulp
npm install
sudo npm install -g bower
bower install
gulp
And go in your browser to: http://localhost:9001/
To run the e2e tests you have to install protractor globaly, update your web-driver manager, start the web-driver, start de application, and run the e2e tests:
sudo npm install -g protractor
sudo web-driver update
sudo web-driver start
# ASSURE THAT YOUR TAIGA INSTANCE IS RUNNING
gulp e2e-test