Skip to content

Latest commit

 

History

History
 
 

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Visualization of Redux Offline's request resolution.

Installation

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.