Mood Tracker Web
Web interface for the Mood Tracker API.
Dev
cd my-app
npm install # or yarn
npm run dev
Open up localhost:3000 and start clicking around.
Production mode and deployment
To start a production version of your app, run npm run build && npm start
. This will disable live reloading, and activate the appropriate bundler plugins.
npm install -g now
now