/reminders

reminders

Primary LanguageJavaScriptMIT LicenseMIT

Reminders

Some reminders

Live Demo

✨DEMO ✨

Running the application

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 start

This 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