This is a playground project to try out Redux and Rematch with a
create-react-app bootstrap.
- Run
npm i - Create a
.envfile, defining all the variables listed inside.env.example - Start the local API server with
npm run api - Start the UI app with
npm start
npm start- start the app in development modenpm run build- build the app for productionnpm test- run tests once with coveragenpm run test:watch- run tests continually as you developnpm run api- run a local API to serve data
This project was bootstrapped with Create React App.