Document your applications API and general usage
TODO: Put a quick description of the application here.
TODO: Provide how to interact with your repo at a high level. This could include what REST endpoints exist and/or how to configure the application.
npm install
To run our unit tests you can run:
npm run test
To lint the code run:
npm run lint
If you don't get any output that means your linting passed.
- REPLACE ME - Explanation of resource.
TODO: Provide some resources to read to help contextualize the problem this application addresses.
- YOUR NAME - Initial work
TODO: Put your name on the list.