Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visshaljagtap/rails-react-redux-demo
Demo Rails + React + Redux
https://github.com/visshaljagtap/rails-react-redux-demo
demo google-maps herokuapp rails-react-redux rails5 react react-redux react-redux-demo react-router-dom react-thunk redux ruby sample-app
Last synced: about 1 month ago
JSON representation
Demo Rails + React + Redux
- Host: GitHub
- URL: https://github.com/visshaljagtap/rails-react-redux-demo
- Owner: visshaljagtap
- Created: 2018-02-23T07:22:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T10:51:34.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T03:16:21.686Z (3 months ago)
- Topics: demo, google-maps, herokuapp, rails-react-redux, rails5, react, react-redux, react-redux-demo, react-router-dom, react-thunk, redux, ruby, sample-app
- Language: Ruby
- Homepage: https://immense-plateau-25811.herokuapp.com/
- Size: 587 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails + React + Redux sample
This is a simple example application using Rails + React + Redux## Installation
```
git clone https://github.com/visshaljagtap/rails-react-redux-demo.git
cd rails-react-redux-demo
bundle install
rails s
```