ssr-create-react-app-v2 icon indicating copy to clipboard operation
ssr-create-react-app-v2 copied to clipboard

This is the v2, its much better written, and uses react-router v4, which is actually pretty nice

Server Side Rendering with Create React App

This is the v2 version of my react app, checkout my article here: https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9

Install

npm install
npm run build
npm run start:server

Development

This just runs create react app, its great!

npm start