ayroblu / ssr-create-react-app-v2

This is the v2, its much better written, and uses react-router v4, which is actually pretty nice
230 stars 50 forks source link

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