/hello_rails_react

Rails app using React component

Primary LanguageRubyMIT LicenseMIT

Hello React!

A rails app that hosts a React Component that welcomes you in five languages randomly

Built With

  • Ruby
  • Rails
  • React
  • Redux

Prerequisites

  • PostgreSql
  • Ruby (2.7 or newer)
  • Bundle (2.1.4 or newer)
  • Yarn (1.22.19 or newer)

Getting Started

To get a local copy follow these simple steps.

1.- Open the terminal window and clone the repository using this command:
git clone git@github.com:VicPeralta/hello_rails_react.git

2.- Change the directory to the hello_rails_react directory
cd hello_rails_react
3.- Install the project's dependencies by running these commands:
bundle install
yarn install
4.- Change the database configuration file (database.yml) to fit your local database's settings
5.- Run these commands to create and populate the database
rails db:create
rails db:seed
6.- Start the server using this command:
rails s
6.- Open the browser at this address:
http://127.0.0.1:3000/

Authors

👤 Victor Peralta

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project! The gem is available as open source under the terms of the MIT License.