- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is a demo app that adds React to manage client-side of a Ruby-on-Rails application. The app display a random message to the user whenever they refresh the page from the rails servers using React components.
Here are List of technologies used on this project
Framework
Database
Test library
- Learn how things work under the hood with rails and react apps
- generate random greetings
In order to run this project you need:
- Ruby installed on your computer
Clone this repository to your desired folder:
git clone https://github.com/killy10o10/hello-react-rails.git
change directory to cloned folder
cd hello-react-rails
Install project dependecies with:
gem install bundler
bundle install
npm install
To run the project, execute the following command:
rails db:prepare
rails db:seed
./bin/dev
-
After running
./bin/dev, use the app onhttp://localhost:3000/in the browser! -
Congratulations! your're running hello-react-rails
👤 Quami Killy
- GitHub: @killy10o10
- Twitter: @Quami_Killy
- LinkedIn: @Kingsley Okine
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like👍🏽 this project, give the repository a star ⭐
I would like to thank the Microverse community
This project is MIT licensed.