mgr-frontend/how_to_run_app.txt

4 lines
167 B
Plaintext
Raw Normal View History

2023-05-28 14:18:15 +02:00
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