https://github.com/arnaudband/react_rails
https://github.com/arnaudband/react_rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnaudband/react_rails
- Owner: ArnaudBand
- Created: 2022-10-16T16:52:35.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-22T09:36:34.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:03:20.535Z (3 months ago)
- Language: Ruby
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello world
> By now you've used many different gems with Rails and this exercise will have you connect previous knowledge with new knowledge as you get a chance to use Webpack with jsbundling-rails gem.
## Built With
- Ruby, JavaScript
- Ruby on rails and React
- Webpack## Tools
diamond_shape_with_a_dot_insideVISUAL STUDIO CODE
## Getting Started
**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**To get a local copy up and running follow these simple example steps.
### Prerequisites
- You should have ruby installed in your machine, you can follow the steps given by the official [documentation](https://www.ruby-lang.org/en/documentation/installation/).
- You should have a postgres user with superuser permissions. you can refer to the official [postgres documentation](https://www.postgresql.org/docs/) to create or update a role.
### Setup
- First, you need clone this repository locally running this command:
```
- [email protected]:ArnaudBand/react_rails.git
- cd react_rails
- bundle install
- npm install -y
```### Usage
- You can get the app running locally by opening a local server:
```
- rails s
```## Author
👤 **Arnaud Bandonkeye**
- GitHub: [@githubhandle](https://github.com/ArnaudBand)
- Twitter: [@twitterhandle](https://twitter.com/@ba104781)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ArnaudBandonkeye)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._