Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 677 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 677 Bytes

Angular Crash Course 2022 (Tasks Manager App)

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

##Screen

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