Designed By: Chris Rudnicky
This project was generated with Angular CLI version 1.6.5.
Description
Installation Instructions
Application Specs
Known or Potential Errors
Technologies Used
Acknowledgements
Further Help
This is a To Do List application written with Angular 5. It demonstrates a data down / action up approach to moving data through a Angular application works and how components can be used to show data dynaimcally.
To use this app, first clone the repositiory from GitHub. Once the app has been appropriately cloned the app can be accessed by using the following commands in the terminal:
$npm install
- This command will install all the dependencies listed in the package.json file.
- In the current state (as of 1/25/19), this project will only be running in a development environment. See the section below on how to set up the development.
- Run
ng buildto build the project. The build artifacts will be stored in thedist/directory. Use the-prodflag for a production build.
Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.
If there are any errors encountered while installing the To Do List see Known or Potential Errors for help or reach out to me at 68thandMaine@gmail.com
Testing has not been implemented as of 1/25/19
At this point there are no known or potential errors
Find Help! was built using: