1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00
beerbrawl/frontend
Matthias Hofmarcher 0c8e4779ae Merge branch 'fix/#151/team-name-update-only-being-possible-after-changing-it' into 'development'
fix/#151/team-name-update-only-being-possible-after-changing-it

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!115
2024-06-22 09:48:45 +00:00
..
.vscode feat/#16/team-self-registration 2024-05-19 22:06:11 +00:00
openapi-generated chore(#24): frontend: re-generate openapi bindings 2024-06-13 20:48:53 +02:00
src Merge branch 'fix/#151/team-name-update-only-being-possible-after-changing-it' into 'development' 2024-06-22 09:48:45 +00:00
.editorconfig initial commit 2024-04-30 12:35:42 +02:00
.eslintrc.json feat(#24): frontend: add eslint-plugin-unused-imports to eslint 2024-06-08 21:34:12 +02:00
.gitattributes feat/#16/team-self-registration 2024-05-19 22:06:11 +00:00
.gitignore initial commit 2024-04-30 12:35:42 +02:00
.prettierignore fix(#8): frontend: ignore generated openapi files for eslint/prettier 2024-05-11 21:59:48 +02:00
angular.json chore(#67): use angular theme for coloring 2024-05-25 16:48:34 +02:00
openapitools.json Feat: openapi generator 2024-05-11 08:00:46 +00:00
package-lock.json feat(#128): add script for npm ci tests 2024-06-19 21:20:19 +02:00
package.json feat(#128): add script for npm ci tests 2024-06-19 21:20:19 +02:00
README.md initial commit 2024-04-30 12:35:42 +02:00
tsconfig.json chore(#29): frontend: change tslib es2018 -> es2019 2024-06-02 18:10:44 +00:00

SE PR Group Phase

First Steps

Navigate to the root folder of the project and execute npm install. Based on the package.json file, npm will download all required node_modules to run an Angular application. Afterwards, execute npm install -g @angular/cli to install the Angular CLI globally.

Development

Development server

Run ng serve to start the web application. 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-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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.