Skip to content

IvanDimanov/react-redux-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 git@github.com:IvanDimanov/react-redux-ssr-template.git
cd react-redux-ssr-template
cp .env-template .env
npm ci
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, 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

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