/taiga-front-old

[DEPRECATED] Project management web application with scrum in mind! Build on top of Django and AngularJS (Frontend Code)

Primary LanguageCoffeeScriptGNU Affero General Public License v3.0AGPL-3.0

Taiga Front

image

image

image

Setup initial environment

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/

How to run e2e tests

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