From 9aba9bc79ef2aa8918598066ff12ee6531b30644 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Fri, 30 Jun 2023 10:39:43 +0200 Subject: [PATCH] readme update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.