A rails app that hosts a React Component that welcomes you in five languages randomly
- Ruby
- Rails
- React
- Redux
- PostgreSql
- Ruby (2.7 or newer)
- Bundle (2.1.4 or newer)
- Yarn (1.22.19 or newer)
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/
👤 Victor Peralta
- GitHub: @VicPeralta
- Twitter: @VicPeralta
- Linkedin: @VicPeralta
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project! The gem is available as open source under the terms of the MIT License.