An open API service indexing awesome lists of open source software.

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.

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)