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