SPA Production ready setup using React and Server Side Rendering with Express
git clone git@github.com:IvanDimanov/react-redux-ssr-template.git
cd react-redux-ssr-template
cp .env-template .env
npm ci
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, Bootstrap, and Redux Starter Kit - https://redux-starter-kit.js.org
- Pre-fetch data and render pages on the server with Express -
npm run local-development-ssr
