Ruby on Rails and React App
Iintegrating Rails and React in one application.
The project requirements can be viewed here
- Languages: Ruby, JavaScript
- Framework: Ruby on Rails, React, Redux
- Database: PostgreSQL
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.
To start with the sample database, please use:
cd hello-rails-react
rails db:create db:migrate db:seed
👤 Yuriy Chamkoriyski
- GitHub: @Hombre2014
- Twitter: @Chamkoriyski
- LinkedIn: axebit
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.