1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00
beerbrawl/frontend/README.md
Christoph Heiss ff4002fbe3
chore: frontend: update prettier
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-08-22 19:26:24 +02:00

1,005 B

BeerBrawl

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.