Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 476 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 476 Bytes

This is an example of implementing react server rendering with facebook cli create-react-app without any ejection and modification. Just simply make the frontend app as you would do using create-react-app. No need to change anything in client to make server rendering. It also uses async server rendering using react-router.

How to test

  1. First create the build using npm run build.
  2. Then type npm run start:server to see the production.