https://github.com/rkotze/universal-react-starter
Create a simple universal rendering starting project using React and React Router.
https://github.com/rkotze/universal-react-starter
javascript react react-router server-side-rendering starter-template universal-react
Last synced: 13 days ago
JSON representation
Create a simple universal rendering starting project using React and React Router.
- Host: GitHub
- URL: https://github.com/rkotze/universal-react-starter
- Owner: rkotze
- Created: 2018-03-17T23:37:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:14:34.000Z (over 2 years ago)
- Last Synced: 2025-02-17T16:53:57.610Z (3 months ago)
- Topics: javascript, react, react-router, server-side-rendering, starter-template, universal-react
- Language: JavaScript
- Homepage:
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Universal React starter
Simple get started project for server side rendering with React and React Router.
## Get started
### Local development
1. `npm i`
1. `npm run dev` Run for local development, file watching and reloading. (No hot reload, at the mo)`npm start` Main script to run app on server. Should work locally.
`npm run build` Build production bundle.
### Objective
- Low complexity
- Easy to get started with
- Lowest amount of dependencies possible while being useful---
Useful blog post [ReactJS : Server side rendering with router v4 & redux](https://crypt.codemancers.com/posts/2017-06-03-reactjs-server-side-rendering-with-router-v4-and-redux/)
More ideas from git repo [js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch/tree/master/tutorial)