Skip to content

arjunamrith/AngularTut

Repository files navigation

Angular Crash Course (Todo List)

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

About

Made using the angular tutorial that can be found at https://www.youtube.com/watch?v=Fdf5aTYRW0E

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published