This project was generated with Angular CLI version 6.0.8.
-
Check whether you have Node.js and npm installed on your machine by running
node -v
andnpm -v
commands on your terminal respectively. If these are not recognized please install them and run the commands again. -
Install Angular CLI if you don't have it by, running the command
npm install @angular/cli -g
. -
Clone the project source code to your machine, and go to the project directory in the terminal and run
ng serve
command and navigate tohttp://localhost:4200/
on your preferred browser.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
To change the running port, use ng server --port <PORT>
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.