This is an small Angular app to review the fundamentals.
To run the site locally, clone this repository and navigate to the root directory. Then, install the dependencies with:
npm install
Start the application with:
npm start
This app is for learning purposes and was built from the course Introduction to Angular by the Angular Team.