Skip to content

Anton6896/angular-crash-2021

 
 

Repository files navigation

Angular Crash Course 2021 (Task Tracker App)

This is the project from the YouTube crash course. It includes the Angular ui as well as JSON-server for our mock backend

Usage

Install dependencies

npm install

Run Angular server (http://localhost:4200)

ng serve

Run the JSON server (http://localhost:5000)

npm run server

To build for production

ng build

About

Task tracker app from the 2021 youtube crash course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.5%
  • JavaScript 9.0%
  • HTML 8.6%
  • CSS 5.9%