This project is about
Run this command
docker-compose up
You should be then, able to visit localhost://8080 and see the result. This is running in dev mode, so you can work with the code and see the updates.
When you are finished:
docker-compose stop
If you want to run the unit tests:
npm run test:unit
npm install
npm run serve
npm run build
npm run lint