This project was generated with Angular CLI version 18.1.3.
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/timlapov/propre-propre.git
cd propre-propre
2. Build and run the Docker container:
docker build -t propre-propre .
docker run -p 8080:8080 propre-propre
The application will be available at http://localhost:8080/.
For development purposes, you can use the following commands:
- Install dependencies:
npm install
2. Run the development server:
ng serve
The app will be available at http://localhost:4200/.
To create a production version of the app:
ng build --prod
The built files will be in the dist/ directory.
To run unit tests:
ng test
To run e2e tests:
ng e2e
src/app/- application componentssrc/services/- services for API communication and business logicsrc/environments/- configuration files for different environments
This project is provided under a restricted license. It is available for viewing purposes only to demonstrate the author's skills for potential employers. Use of the code, including but not limited to copying, modifying, or redistributing, is strictly prohibited without explicit permission.
For more information about Angular CLI, use ng help or check out the Angular CLI README.