This project was generated with Angular CLI version 10.2.1.
- Clone this replository:
git clone https://github.com/wald3/safety-jogger-app.git
- Create a Docker Image:
docker build -t ng-safety-jogger-image .
- Run docker container (or find and run builded container in Docker Desktop)
docker run --name safety-jogger -d -p 8080:80 ng-safety-jogger-image
- Open
http://localhost:8080/
To see images(main sait server dont has some images, so some produsts are without images) on page server need CORS headers, to prevent CORS errors you maight install Browser-extension for unblocks CORS limitation
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.