Using NPM for react_on_rails
- Use 'yalc link' to hook up the spec/dummy/client/node_modules to the top level
- Be sure to install yarn dependencies in spec/dummy/client
cd react_on_rails
yalc publish
cd spec/dummy
yalc link react-on-rails
cd react_on_rails
yarn run dummy:install
foreman start -f Procfile.dev
foreman start -f Procfile.dev-static
foreman start -f Procfile.spec