Skip to content

SPA Production ready setup using React and Server Side Rendering with Express

Notifications You must be signed in to change notification settings

IvanDimanov/react-ssr-template

Repository files navigation

React SSR template

SPA Production ready setup using React and Server Side Rendering with Express

App

If you run ...

git clone [email protected]:IvanDimanov/react-ssr-template.git
cd react-ssr-template
npm install
npm run local-development

... you will get

  • Production Webpack config with dynamic chunks - npm run build
  • Local development server with webpack-serve - http://localhost:8080
  • React app with routing and Material UI - https://material-ui.com
  • Pre-fetch data and render pages on the server with Express - npm run local-development-ssr

About

SPA Production ready setup using React and Server Side Rendering with Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published