Skip to content

marcingv/at-accelerator

Repository files navigation

AtAccelerator

This project was generated with Angular CLI version 16.

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Build for production

To build & publish production images run following commands:

# Build & tag docker image
npm run docker-prod-build

# Publish image to DockerHub:
npm run docker-prod-publish

Production image can be run locally using following command:

docker compose -f docker-compose.prod.yml up

Kubernetes deployment

To deploy app to production server please run the following commands:

# Apply deployment:
kubectl apply -f=kubernetes/deployment.yml

# Apply ingress settings:
kubectl apply -f=kubernetes/ingress.yml

About

This is a project developed during the course "Angular Accelerator Program" from Angular Training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors