mgr-frontend/how_to_run_app.txt
2023-05-28 14:18:15 +02:00

4 lines
167 B
Plaintext

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