readme update

This commit is contained in:
szymonj98 2023-06-30 10:39:43 +02:00
parent 774becd220
commit 9aba9bc79e

View File

@ -2,6 +2,13 @@
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
## How tu run app locally
download and install node.js https://nodejs.org/en version 16.14.2
install angular cli with command: 'npm install -g @angular/cli'
run this command: 'npm install' inside project folder
run this command: 'ng serve' to start app
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.