Skip to content

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.

License

Notifications You must be signed in to change notification settings

killy10o10/hello-react-rails

Repository files navigation

📗 Table of Contents

📖 Hola Rails React

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.

🛠 Built With

Tech Stack

Here are List of technologies used on this project

Languages
Framework
Database
Linters
Test library

Key Features

  • Learn how things work under the hood with rails and react apps
  • generate random greetings

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Ruby installed on your computer

Setup

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

Install project dependecies with:

  gem install bundler
  bundle install
  npm install

Usage

To run the project, execute the following command:

  rails db:prepare
  rails db:seed
  ./bin/dev
  • After running ./bin/dev, use the app on http://localhost:3000/ in the browser!

  • Congratulations! your're running hello-react-rails

(back to top)

👥 Author

👤 Quami Killy

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like👍🏽 this project, give the repository a star ⭐

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse community

📝 License

This project is MIT licensed.

(back to top)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published