diff --git a/README.md b/README.md index feb457f..893147a 100644 --- a/README.md +++ b/README.md @@ -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.