Visualization of Redux Offline's request resolution.
Install and start the server:
yarn && yarn start
Then, start the client:
cd client
yarn && yarn start
This launches a Webpack dev server, which hosts the static content. Other requests are proxied to the server launched previously.
See Create React App for more information.