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
- Host: GitHub
- URL: https://github.com/tylher/react-rails
- Owner: tylher
- License: mit
- Created: 2022-10-17T21:16:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-04T07:15:15.000Z (over 2 years ago)
- Last Synced: 2025-02-03T09:24:31.281Z (4 months ago)
- Language: Ruby
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- 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!