Skip to content

linolayani/lior-frontend

Repository files navigation

README

Presentation

This project is the frontend part of the lior project.

Source

It's an Angular project based on the Paper Dashboard Angular Project

The map comes from mapbox The svg marker comes from Iconic

Local developement

docker run -p8080:8080 -d --rm lior-backend java -jar -Dspring.profiles.active=h2 app.jar
npm i
npm start

Running the app for local developement

npm install
npm start

Building and running the image

docker build -t lior-frontend .
docker run -p80:80 lior-frontend -d

Accessing the application

The frontend application need the backend to be up. To run the backend of the application run: `docker run

http://localhost

Release a version

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

About

Frontend part of the Lior project

Topics

Resources

License

Stars

Watchers

Forks

Packages