how to run app

This commit is contained in:
szymonj98 2023-05-28 14:18:15 +02:00
parent 6a68b19e0c
commit 567eb81872

4
how_to_run_app.txt Normal file
View File

@ -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