Skip to content

Repo for Angular Next Steps: Patterns for Clean Code

Notifications You must be signed in to change notification settings

DanielChuDC/angular-clean-code

 
 

Repository files navigation

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 booktracker folder:

npm install

Build and run the BookTracker app with the following commands:

ng build

npm start

About

Repo for Angular Next Steps: Patterns for Clean Code

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.9%
  • HTML 25.0%
  • JavaScript 24.1%