I wanted to add server side rendering to create react app, especially after I added an api server side, based on: https://medium.com/@patriciolpezjuri/using-create-react-app-with-react-router-express-js-8fa658bf892d#.sckywa9cy
Included: redux, react-router
# Why aren't you using yarn already?
npm i -g yarn
yarn
yarn run build
yarn run start:server