https://github.com/mmore/react-rails-example
https://github.com/mmore/react-rails-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmore/react-rails-example
- Owner: MMore
- Created: 2015-05-17T18:16:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T18:16:58.000Z (about 11 years ago)
- Last Synced: 2025-06-14T21:04:00.426Z (12 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Example Rails App for React
- Run `bundle install`
- Run `npm install`
- Run the app with `bundle exec rails s`
- Open your browser: http://localhost:3000