From 567eb8187232a2b35f92788465bec7c6e4985aa1 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 28 May 2023 14:18:15 +0200 Subject: [PATCH] how to run app --- how_to_run_app.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 how_to_run_app.txt diff --git a/how_to_run_app.txt b/how_to_run_app.txt new file mode 100644 index 0000000..9b0063d --- /dev/null +++ b/how_to_run_app.txt @@ -0,0 +1,4 @@ +1 - install node.js -> (version 16.14.2) +2 - install angular cli -> npm install -g @angular/cli +3 - run npm install inside project folder +4 - run ng serve to start app \ No newline at end of file