Built with Create React App
You can view the app live, hosted on Netlify: https://ajd-notes.netlify.app/
To run locally:
git clone [email protected]:aarondunphy/notes-app.git
cd notes-app
npm i && npm run start
To run tests locally:
npm run test