This project is the frontend part of the lior project.
It's an Angular project based on the Paper Dashboard Angular Project
The map comes from mapbox The svg marker comes from Iconic
docker run -p8080:8080 -d --rm lior-backend java -jar -Dspring.profiles.active=h2 app.jar
npm i
npm start
npm install
npm start
docker build -t lior-frontend .
docker run -p80:80 lior-frontend -d
The frontend application need the backend to be up. To run the backend of the application run: `docker run
http://localhost
New version are relased from the master branch.
First create a tag on the local branch. Only tags starting by 'v' will trigger the relase of a docker image. Example: git tag 'v1.0.1'
Then push the local tag to the remote branch. Example: git push origin v1.0.1
The docker image will be available for pulling. docker pull ghcr.io/linoleparquet/lior-frontend:v1.0.1