React based Todo App, pulling data from an JSON-server endpoint with full CRUD functionality.
# Install dependencies
npm install
# Serve Todo App on http://localhost:3000 and JSON-Server on http://localhost:5000
npm run dev
# Launches the JEST test runner in the interactive watch mode
npm test
# Builds the frontend app for production to the `build` folder
npm run build