SPA Production ready setup using React and Server Side Rendering with Express
git clone [email protected]:IvanDimanov/react-ssr-template.git
cd react-ssr-template
npm install
npm run local-development
- 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