https://github.com/rahulrsingh09/react-ssr
Server Side | Isomorphic | Universal React App
https://github.com/rahulrsingh09/react-ssr
express heroku heroku-deployment nodejs react-redux reactjs redux-saga serverside-rendering styled-components typescript universal-react
Last synced: 12 months ago
JSON representation
Server Side | Isomorphic | Universal React App
- Host: GitHub
- URL: https://github.com/rahulrsingh09/react-ssr
- Owner: rahulrsingh09
- License: mit
- Created: 2020-05-01T10:16:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T11:28:33.000Z (almost 6 years ago)
- Last Synced: 2025-05-29T19:43:11.683Z (about 1 year ago)
- Topics: express, heroku, heroku-deployment, nodejs, react-redux, reactjs, redux-saga, serverside-rendering, styled-components, typescript, universal-react
- Language: TypeScript
- Homepage: https://react-universal.herokuapp.com/
- Size: 89.8 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-SSR
Server Side React
This Projects aims at creating a Server Side Rendered React App . You can name it like Universal React, Isomorphic React, SSR etc.
Let's not get into the naming confusion .
## Inspiration
Aiming at creating a boilerplate code with all the recent trends in Web App Development. I will not get into details of why use
SSR, as there are a lot a material out there. One which i feel gives a detailed picture from where i learned some minor details
was this awesome medium link
## How to run this
### For Master Branch
```
npm run dev
```
### For Heroku Branch
```
Clone and deploy to Heroku using Heroku Web CLI, check heroku Branch for changes in the project for deployment
```
More Details on the deployment can be found in this SO post
## Authors
* **Rahul Singh** - *Initial work* - [Contact Card](https://www.linkedin.com/in/rahul-singh-78032876/)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* waiting for :)