Universal React v16.0 boilerplate
cd client
yarn install
yarn dev
Navigate to http://localhost:8080
cd client
yarn install
yarn run dev:server
cd server
yarn install
yarn watch
Navigate to http://localhost:3000
For the pure client side version, please visit react-boilerplate