This project was generated with Angular CLI version 13.0.1.
Run ng serve
or ng serve --configuration=development
for a dev server. Navigate to https://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng serve --configuration=production
for a prod server.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng serve --configuration=qa
for a testing server.
Run ng test
to execute the unit tests via Karma.
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.
Run docker-compose -f docker-compose.staging.yml up -d
to pull the containers for Wordpress and MySQL. Navigate to https://localhost:8000/
and start the automated installation of the WordPress API.
Run docker-compose -f docker-compose.prod.yml up -d
for a prod server.
Run docker-compose -f docker-compose.qa.yml up -d
for a testing server.