https://github.com/ghiftee/hello-world-rails-react
https://github.com/ghiftee/hello-world-rails-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghiftee/hello-world-rails-react
- Owner: Ghiftee
- License: mit
- Created: 2021-12-14T07:22:43.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-15T09:42:59.000Z (over 4 years ago)
- Last Synced: 2025-02-02T10:31:28.251Z (over 1 year ago)
- Language: Ruby
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Set up a "Hello world" project with rails-react gem
> This is a project that uses react-rails gem to build React components as a part of Rails JavaScript and serve it in a component, react_component, to be used in a regular ERB file.
## Built With
- React & Redux
- Ruby & Rails
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- NodeJS - [v16.x](https://nodejs.org/en/)
- Yarn
- Webpacker
- Ruby
- Rails
### Setup
```bash
git clone https://github.com/Ghiftee/hello-world-rails-react.git
cd ./hello-world-rails-react
```
### Usage
```bash
rake db:seed
rails s
```
## Author
👤 **Gift Uwhubetine**
- GitHub: [@Ghiftee](https://github.com/ghiftee)
- Twitter: [@Ghiftee](https://twitter.com/i_ghiftee)
- LinkedIn: [Ghiftee](https://linkedin.com/in/giftuwhubetine)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 License
This project is [MIT](./LICENSE.md) licensed.