Skip to content

wald3/safety-jogger-app

Repository files navigation

SafetyJoggerApp

This project was generated with Angular CLI version 10.2.1.

Docker

  • 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/

INFO

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

Development server

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.

Build

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published