Skip to content

zhou0506/react-ssr-starter-kit

 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 1.5%
  • HTML 0.7%