Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hombre2014/hello-rails-react
Simple integration of Rails and React-Redux with react-rails gem. No ReduxToolkit.
https://github.com/hombre2014/hello-rails-react
rails7 react-rails redux redux-thunk ruby
Last synced: 11 days ago
JSON representation
Simple integration of Rails and React-Redux with react-rails gem. No ReduxToolkit.
- Host: GitHub
- URL: https://github.com/hombre2014/hello-rails-react
- Owner: Hombre2014
- License: mit
- Created: 2022-05-03T19:28:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T11:06:02.000Z (over 2 years ago)
- Last Synced: 2024-12-20T21:45:02.989Z (about 1 month ago)
- Topics: rails7, react-rails, redux, redux-thunk, ruby
- Language: Ruby
- Homepage:
- Size: 439 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# "Hello world" with rails-react gem
> Ruby on Rails and React App
## Description
Iintegrating Rails and React in one application.
## Project requirements
The project requirements can be viewed [here](https://github.com/microverseinc/curriculum-rails/blob/main/connect-frontend-frameworks/hello_world_with_react.md)
## Built With
- Languages: Ruby, JavaScript
- Framework: Ruby on Rails, React, Redux
- Database: PostgreSQL## Usage
Run the following commands:
`git clone https://github.com/Hombre2014/hello-rails-react`
`cd hello-rails-react`
`bundle install`
`rails s`
In separate terminal run the following command to start the Webpack Dev server
`./bin/webpack-dev-server`
Open a browser and go to: `https://localhost:3000` to view the app.## Database setup
To start with the sample database, please use:
`cd hello-rails-react`
`rails db:create db:migrate db:seed`## Author
👤 **Yuriy Chamkoriyski**
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hombre2014/hello-rails-react/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./license.md) licensed.