- Load Entries
- Display Entries
- Add Like and Count them
- Add Comment
- Validate Form with positive and negative User-Feedback (Angular sided)
Based on the Treehouse Course Angular Basics
Using the mock-up Angular in-memory-web-api
- Clone the repository
cdinto the projects root dir- Run
npm installoryarn install - Start the server
npm run serveoryarn run serve - Open up your browser and navigate to
http://localhost:8080/

