Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayminpanchal/react-ssr-example
Simple example of react ssr with the react router redux and helmet
https://github.com/jayminpanchal/react-ssr-example
antd antdesign helmet nodejs react react-redux redux-router ssr
Last synced: 13 days ago
JSON representation
Simple example of react ssr with the react router redux and helmet
- Host: GitHub
- URL: https://github.com/jayminpanchal/react-ssr-example
- Owner: jayminpanchal
- Created: 2017-11-08T11:01:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T14:56:51.000Z (about 7 years ago)
- Last Synced: 2024-11-10T11:38:07.538Z (2 months ago)
- Topics: antd, antdesign, helmet, nodejs, react, react-redux, redux-router, ssr
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React SSR Example using `create-react-app`
This is the simple example of React SSR with node js server.
## Libraries used
- 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## Steps to run the project
- Clone the Project
- `cd react-ssr`
- `npm install`
- `npm run build`
- `npm run serve`