This page will show you how to download and install the component web on your workstation.
Install the component
Checkout the Github repository : https://github.com/les-projets-cagnottes/web
- Install node modules :
npm install
- Run the Angular App :
ng serve
- Access the URL : http://localhost:4200
If you see the interface loading, your installation of the web component is completed.