Connect React and Rails together.
- Ruby
- Ruby on Rails
- React
- PostgreSQL
To get a local copy up and running follow these simple example steps.
1- Copy this link https://github.com/Kwentsir/my_new_rails_app.git
2- Get the directory that you want to clone the repository.
3- Open the command prompt in this directory.
4- Write git clone https://github.com/Kwentsir/my_new_rails_app.git
5- Go to the repository folder in your command prompt cd my_new_rails_app
.
6- You might need to install bundles with bundle install
and npm dependencies with npm i
6- Go to command line and run ./bin/dev
for the live server.
7- Run rails db:create
to create database.
👤 Joseph Kwesi Kwentsir
- GitHub: @Kwentsir
- Twitter: @jkwentsir
- LinkedIn: LinkedIn
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.