This is the project from the YouTube crash course. It includes the react ui as well as JSON-server for our mock backend
npm install
Run React dev server (http://localhost:3000)
npm start
Run the JSON server (http://localhost:5000)
npm run server
npm run build