Make sure you have the Angular CLI installed globally. We use npm to manage the dependencies, so we strongly recommend you to use it. Clone this repository locally and then run npm install
to resolve all dependencies (might take a minute).
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute all unit test, add the flag --code-coverage
to create coverage
folder and update. At the next push this will update Coveralls values through the github action.
Functionality tests are made with taiko. To execute them, install taiko with npm install -g taiko
, located on the e2e folder and run the command taiko <script name>.js
.