- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Make sure you have installed Angular CLI already. If not, please install.
- Run in terminal:
npm install
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
For production, run ng build --prod
and serve files in ./dist/
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.