https://github.com/daniel-hayes/react-server-boilerplate
React + Redux server side rendering boilerplate
https://github.com/daniel-hayes/react-server-boilerplate
es6-modules express isomorphic nodejs react redux scss webpack
Last synced: 3 months ago
JSON representation
React + Redux server side rendering boilerplate
- Host: GitHub
- URL: https://github.com/daniel-hayes/react-server-boilerplate
- Owner: daniel-hayes
- License: mit
- Created: 2017-09-04T23:27:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T16:38:59.000Z (over 8 years ago)
- Last Synced: 2025-05-15T19:44:34.360Z (about 1 year ago)
- Topics: es6-modules, express, isomorphic, nodejs, react, redux, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Server Boilerplate
React + Redux server side rendering boilerplate
## How to use
```bash
git clone git@github.com:daniel-hayes/react-server-boilerplate.git
cd react-server-boilerplate
npm install
```
Development environment
```bash
npm run dev
npm run nodemon
```
Production build
```bash
npm run build
```