This is the simple example of React SSR with node js server.
- Create React App
- React (16.0.0 - "Fiber")
- Redux (3.7.2)
- Thunk (2.2.0)
- React Helmet (5.2.0)
- React Router v4
- React Router Redux (5.0.0-alpha.8)
- Ant Design
- Clone the Project
cd react-ssr
npm install
npm run build
npm run serve