How to use ?
Prerequisite: Make sure docker is installed on you machine
- Download the Source Code (zip) file via the link below.
- Unzip the file and open terminal from the unzipped folder.
- Run the following command
docker compose up -d
- Browse
http://localhost:4200
What's Changed
- React by @berdal84 in #36
- add frontend-common lib to reuse code between each frontend by @berdal84 in #37
- chore(frontend): update deps by @berdal84 in #54
- Refactor/client ng by @berdal84 in #55
- refactor: standalone components + fix tests by @berdal84 in #57
- refactor: rely on docker and bash scripts by @berdal84 in #64
Full Changelog: v0.2...v0.3