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