This is the project from the YouTube crash course. It includes the Angular ui as well as JSON-server for our mock backend
npm install
Run Angular server (http://localhost:4201)
npm start
Run the JSON server (http://localhost:5001)
npm run server
npm run build