Made following the angular tutorial that can be found here
Dependencies
- npm
- Angular (can be installed through npm using the command
npm install -g @angular/cli
) - NodeJS
To start the project from the root directory of the project run the command ng serve --open
(which would directly open on your browser) or ng serve
and navigate to localhost:4200 in your browser