This repo contains the demo app used in my Angular Next Steps: Patterns for Clean Code training from O'Reilly.
After cloning or downloading the code, install all of the required npm packages by running the following command in a terminal windows inside the angular-clean-code folder:
npm install
Build and run the BookTracker app with the following commands:
ng build
npm start