/hello-rails-react

Primary LanguageRubyMIT LicenseMIT


Hello-React-On-Rails

📖 Hello-React-On-Rails Hello-React-On-Rails

Welcome to Hello-react-on-rails

Hello-react-on-rails is a react and rails app that display a random greeting to the user.

🛠 Built With

Tech Stack

Backend FrontEnd

Key Features

  • display random greetings

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Install Ruby

Setup

  cd my-folder
  git clone https://github.com/devalibello/hello-rails-react.git

Install

This project requires Ruby in rails additional dependencies. Also, it uses RuboCop as a linter and you should set it up as well.

bundle install

Usage

To run the project, navigate to the project directory and execute the following commands:

setup dependencies:

  bundle install
  yarn add react react-dom
  yarn add @babel/core @babel/preset-env @babel/preset-react babel-loader --dev

build app:

  yarn run build

run server

  ./bin/dev

Run tests

To run tests, run the following command:

Run the following command

rubocop
npx eslint "**/*.{js,jsx}"

👥 Author

Ali Bello Imoukhuede

(back to top)

🔭 Future Features

-make a second api call

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project please follow me to find more projects of this type in future.

(back to top)

🙏 Acknowledgments

I would like to thank to my coding partners from Microverse bootcamp.

(back to top)

📝 License

This project is MIT licensed.

(back to top)