Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltrust/hello-rails
Small app to demonstrate how the react-rails gem works.
https://github.com/meltrust/hello-rails
api rails react
Last synced: 10 days ago
JSON representation
Small app to demonstrate how the react-rails gem works.
- Host: GitHub
- URL: https://github.com/meltrust/hello-rails
- Owner: Meltrust
- Created: 2022-01-09T01:05:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T13:50:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T06:52:41.692Z (3 months ago)
- Topics: api, rails, react
- Language: Ruby
- Homepage:
- Size: 409 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Hello rails
> Small app to test how react-rails gem works..
## Built With
- Ruby
- Rails
- HTML & CSS
- React & Redux## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Have installed Ruby and Rails in your machine
### Setup
clone this repo with:
``` ruby
git clone https://github.com/Meltrust/hello-rails.git
```### Install
``` ruby
run `bundle install`
run `npm install or yarn install`
```You can now run rails server -p 3000 and visit http://localhost/hello to see React-Router working (remember ./bin/webpack-dev-server enables auto-webpacking).
Also, you can visit now http://localhost/v1/greetings in order to see random greetings from the internal API.## Author
👤 **Miguel Tapia**
- Github: [@meltrust](https://github.com/meltrust)
- Linkedin: [linkedin](https://www.linkedin.com/in/meltrust/)
- Or talk to me directly at: [email protected]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/eri8-9/hello_rails/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
## 📝 License
This project is [MIT](./MIT.md) licensed.