Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 521 Bytes

Angular Next Steps: Patterns for Clean Code

Demo App and Exercises

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