https://github.com/tomasesquivelgc/hello-rails-react
In this repo I learn how to connect RoR with React by using webpack
https://github.com/tomasesquivelgc/hello-rails-react
Last synced: 3 months ago
JSON representation
In this repo I learn how to connect RoR with React by using webpack
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/hello-rails-react
- Owner: tomasesquivelgc
- Created: 2024-02-12T18:42:51.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-02-14T20:23:11.000Z (over 1 year ago)
- Last Synced: 2025-01-06T03:40:37.888Z (5 months ago)
- Language: Ruby
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello Rails-React
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**Hello Rails-React** is a random message generator built using RoR and React & Redux with the help of jsbundling-rails gem. The purpouse is to learn how to connect the two for a React front-end and a Ruby back-end-
Frontend
Backend
Database
- **React components for the front-end**
- **Ruby on Rails database using PostgreSQL**
- **Random message displayed directly from the Ruby API database**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby >=3
- Rails >= 7
```sh
bundle install
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/hello-rails-react.git
```
### Install
Install this project with:
```sh
cd my-project
gem install
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev
```
π€ **TomΓ‘s MatΓas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](./LICENSE) licensed.