A simple tracker web application based on Travery Media YouTube Crash Course. The app includes a Web UI and a JSON server.
npm install
Run React dev server (http://localhost:3000)
npm start
Run the JSON server (http://localhost:5000)
npm run server
npm run build