This is derived from React Redux Starter Kit by adding server-side rendering capability. It is diverged from commit c3abb24
It also adds one script npm run deploy:prod-ssr
npm run deploy:prod-ssr
: produce synchronous build for production server use to do server-side rendering. Output is indist_ssr
npm run deploy:prod
: produce synchronous build for production client use with asynchronous module downloading and loading. Output is indist