Example of server side rendering app with React and Redux
- React - JavaScript library for building user interfaces.
- Redux - predictable state container for JavaScript apps.
- Webpack - static module bundler for modern JavaScript applications.
- React Router - declarative routing for React.
git clone https://github.com/BroshkovD/react-ssr-example.git react-ssr-example && cd react-ssr-example
yarn install or npm i
npm run dev