This is a front-end-only web app, taking the form of a collection of smaller pages. It was created for the purpose of learning and understanding Angular, including but not limited to routing, component composition, component communication, and forms.
- Install Node and the Angular CLI using this walkthrough.
- From root of project, navigate to research-app and run
npm installto install dependencies. - Run
ng serveto run the app locally (to quit, you can enter q in the terminal). - Navigate to
localhost:4200on your web browser of choice.