Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/launchpadlab/rails_react_example
An example application to work out the kinks with react rails
https://github.com/launchpadlab/rails_react_example
Last synced: 3 days ago
JSON representation
An example application to work out the kinks with react rails
- Host: GitHub
- URL: https://github.com/launchpadlab/rails_react_example
- Owner: LaunchPadLab
- Created: 2015-10-26T02:58:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T19:44:01.000Z (about 9 years ago)
- Last Synced: 2024-04-13T19:31:54.631Z (7 months ago)
- Language: Ruby
- Size: 203 KB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README
This is an example application to explore using react-rails.
It uses the [React Rails gem](https://github.com/reactjs/react-rails) to add react to the Rails asset pipeline and provide some convenience methods.
The approach in this sample app is to use Rails server-side routing while leveraging React on individual pages within the application.
To get up and running, clone this repo, bundle, and rake as normal.
+ Ruby 2.2.3
+ Rails 4.2.4### Testing
`bundle exec rspec`