Update: Environment for Heroku Production

This commit is contained in:
Yûki VACHOT 2021-12-22 13:39:06 +01:00
parent 5fbdb7098e
commit 13daf10ca8
201 changed files with 34 additions and 2736 deletions

View file

@ -1,18 +1,18 @@
# Frontend
# UserAndAdvertiser
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.7.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.14.
## 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.
## Code scaffolding
à
Run `ng generate component component-title` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## 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.
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
@ -20,7 +20,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
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.
## Further help