An open API service indexing awesome lists of open source software.

https://github.com/tylher/react-rails

create a new rails which incorporates react features for its user interface
https://github.com/tylher/react-rails

Last synced: 2 months ago
JSON representation

create a new rails which incorporates react features for its user interface

Awesome Lists containing this project

README

        

# react-rails
This is the simplest rails-react app showiing how react and ruby-on-rails can work together. The gem used for this purpose is Jbundling-rails
## Built With

- Technologies used:
> Ruby
> Gemfile
> IRB
> Rails
> PostgreSql
> React
> JavaScript
> Webpack
> Babel

## Getting Started

### Prerequisites

You need to have a browser and this tools installed:

- Git
- Ruby
- Rails
- PostgreSql

### Setup

To get a local copy up and running follow these simple example steps:

```
$ git clone [email protected]:tylher/react-rails.git
```

```
$ cd react-rails
```

```
$ bundle install
```

### Usage

To run any ruby file:

```
$ ruby (name of file)
```

To run app on server:
```
$ rails s
```
To track javascript chab=nges:
```
$ yarn build --watch
```

## Authors

👤 adam pithewan **Taiwo Damola Adediran**

- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!