Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piero-vic/hello-react-rails
https://github.com/piero-vic/hello-react-rails
microverse
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piero-vic/hello-react-rails
- Owner: piero-vic
- Created: 2022-05-31T02:28:26.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-31T18:50:50.000Z (over 2 years ago)
- Last Synced: 2024-11-13T21:47:38.620Z (about 2 months ago)
- Topics: microverse
- Language: Ruby
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Hello React Rails
> Exercise to integrate React and Ruby on Rails.
## Built With
- React
- Ruby on Rails## Getting Started
### Prerequisites
You need to have ruby and yarn installed in your machine.
### Setup
Clone this repo and enter the directory.
```sh
git clone "https://github.com/piero-vic/hello-react-rails" && cd hello-react-rails
```### Install
Run the following command to install all the dependencies.
```sh
bundler install
```### Usage
Run the following command to start the server, then go to http://localhost:3000
```sh
rails s
```## Author
👤 **Piero Lescano**
- GitHub: [@piero-vic](https://github.com/piero-vic)
- Twitter: [@v1ccenzo](https://twitter.com/v1ccenzo)
- LinkedIn: [piero-lescano](https://linkedin.com/in/piero-lescano)## Show your support
Give a ⭐️ if you like this project!