Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 800 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 800 Bytes

react-pdx-react-router

Presented at React PDX on February 10, 2015.

Running Code

$ npm install
$ webpack --config webpack.prod.js
$ node bin/www

Then open browser to any of:

Development Mode

First, install compass

$ gem update --system
$ gem install compass

Then run in development mode

$ npm install
$ NODE_ENV=development node bin/www

In development mode, the latest javascript bundles and css will always be served.

Links

react-router

react-router-proxy-loader