React Crash Course 2021 (Task Tracker App)
This is the project from the YouTube crash course. It includes the react ui as well as JSON-server for our mock backend
Usage
Install dependencies
npm install
http://localhost:3000)
Run React dev server (npm start
http://localhost:5000)
Run the JSON server (npm run server
To build for production
npm run build