Some reminders
To run the app, clone the repo, install necessary packages, then start.
git clone git@github.com:dtschust/reminders.git
cd reminders
npm install
npm startThis will start in a developer environment at http://localhost:3000, which has live reload support. To test the static production build, run
npm run start-static