- Install all the necessary packages by running the following command at root. (This will take a while with slow internet speed)
npm install
- To run the project once all installation of all node module packages are complete, type the following command at root
npm run start
- Open Angular project at http://localhost:4200