Skip to content
Vlad Kostyukevich edited this page Aug 29, 2019 · 6 revisions

Welcome to the Aquality Tracking UI wiki!

Here you can find all nessesary information to start developing new features for our application.

First of all you should know the technology stack we are using:

  • Language: TypeScript
  • Framework: Angular 5
  • Test Framework: Protractor

You also will need to install Docker and Docker Compose to serve Backend.

Then follow the steps below:

  1. How to serve Back End
  2. How to serve Develop Front end server
  3. Project structure
  4. How to cover my new feature with tests
  5. How to run tests