8000 GitHub - kenjiokabe/react-boilerplate: React + Flux + ServerSideRendering Sample
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kenjiokabe/react-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React Boilerplate Build Status

Deploy

http://react-serverside-rendering.herokuapp.com/

sever side rendering & Flux

ES6 style

  • react
  • react-router
  • express
  • browserify
  • babel

setup

npm install

watch and autobuild

npm run watch

run server

npm start

manual build

  • create bundle.js
npm run build

test (with Jest)

npm test

About

React + Flux + ServerSideRendering Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0