/frontend : frontend application for all usecases
/frontend-template : original template/boilerplate for the frontend
Run
docker-compose up
to build all relevant containers
- Get the .env file from the project owner and add it to root directory
- To start the devleopment enviornment, run:
docker-compose up
After succcessful start, the components can be reached on the follwing urls:
localhost:8080 Frontend
localhost:8081 Frontened Template
All pushes to the "relsease" branch will be deployed to appui automatically (test environment).