This is the project from the YouTube crash course. It includes the react UI as well as JSON-server for our mock backend.
This is the first project I built using React.js and it was so fun working with this phenomenal framework!
npm install
Run React dev server (http://localhost:3000)
npm start
Run the JSON server (http://localhost:5000)
npm run server
npm run build