Skip to content

Tentative to reach the Graal: isomorphic react done the good way

License

Notifications You must be signed in to change notification settings

happypoulp/react-collider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-collider

Tentative to reach the Graal: isomorphic react done the good way

Installation

# install the dependencies
$ npm install

# start the jsx compiler and watchify
$ gulp

# start the server
$ npm start

Then open your browser at http://localhost:3000

Usage

Create your modules in /src then declare your routes in /src/bootstrap.js. The app will take care of the server-side rendering and the routing.

About

Tentative to reach the Graal: isomorphic react done the good way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 3.8%