Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 922 Bytes

React SSR Starter Kit

Build Status

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 in dist_ssr
  • npm run deploy:prod: produce synchronous build for production client use with asynchronous module downloading and loading. Output is in dist

Server implementation:

Moqui React SSR

References: