Using NPM for react_on_rails
- Use 'yarn 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
yarn link
cd spec/dummy/client
yarn link react_on_rails
cd react_on_rails
yarn run dummy:install
foreman start -f Procfile.hot
foreman start -f Procfile.static
foreman start -f Procfile.spec