2.0.0-rc.2 • Published 8 years ago

react_on_rails v2.0.0-rc.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Using NPM for react_on_rails

  • Use 'npm link' to hook up the spec/dummy/client/node_modules to the top level
  • Be sure to install npm dependencies in spec/dummy/client

Setup npm link

cd react_on_rails
npm link
cd spec/dummy/client
npm link react_on_rails

Run npm i if not done yet

cd react_on_rails
npm run dummy:install 

Starting the spec/dummy

npm run local