1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00
beerbrawl/frontend
2024-05-19 12:24:13 +02:00
..
openapi-generated Merge branch 'bug/#63/fix-crud-bugs=account' of https://reset.inso.tuwien.ac.at/repo/2024ss-se-pr-group/24ss-se-pr-qse-11 into bug/#63/fix-crud-bugs=account 2024-05-19 12:24:13 +02:00
src Merge branch 'bug/#63/fix-crud-bugs=account' of https://reset.inso.tuwien.ac.at/repo/2024ss-se-pr-group/24ss-se-pr-qse-11 into bug/#63/fix-crud-bugs=account 2024-05-19 12:24:13 +02:00
.editorconfig initial commit 2024-04-30 12:35:42 +02:00
.eslintrc.json chore(#50): fix lint errors 2024-05-14 13:43:44 +02:00
.gitattributes fixed broken openapi-generated client code by setting "application/json" as default mimetype 2024-05-16 22:16:05 +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(#46): migrated login to ng material 2024-05-10 08:49:24 +02:00
openapitools.json Feat: openapi generator 2024-05-11 08:00:46 +00:00
package-lock.json fix/#56/fix tournament date 2024-05-18 21:02:46 +00:00
package.json fix/#56/fix tournament date 2024-05-18 21:02:46 +00:00
README.md initial commit 2024-04-30 12:35:42 +02:00
tsconfig.json address bugs & security issues around user login 2024-05-18 22:07:10 +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.