Monday 8 June 2020

How to run Angular 8/9 project

1. npm install
(on windows might encounter 
Set-ExecutionPolicy RemoteSigned
https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system#:~:text=Go%20to%20Start%20Menu%20and,Choose%20%22Yes%22.
2. ng serve

No comments:

Post a Comment