Presented at React PDX on February 10, 2015.
$ npm install
$ webpack --config webpack.prod.js
$ node bin/www
Then open browser to any of:
- http://localhost:3000/app/1
- http://localhost:3000/app/2
- http://localhost:3000/app/3
- http://localhost:3000/app/4
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.