This project is running with Angular version 16.0.1.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Before running the Angular project, please ensure that you have the following dependencies installed:
Node v16.18.1The source code is written with Typescript, so make sure you have NodeJS installed and set up properly on your machine.DockerThe project is designed to run in Docker containers. You will need to have Docker installed on your machine.
Please make sure that all of these dependencies are installed and configured correctly before attempting to run the project.
docker network create resource-networknpm install
npm start
docker build --no-cache -t resource-client:latest .docker run -d -p 4200:80 --network resource-network --name resource-client resource-client:latest
npm cache clean --force - Clean project files generated and update dependencies
docker network rm resource-network - Delete docker network