guerreiropedr0 / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails React

Understand the setup process for adding React/Redux to rails application.

This project is made as part of Microverse program.

Built With

  • RUBY
  • RAILS
  • GEM
  • TERMINAL
  • React/Redux

Getting Started

Start by cloning the repository.

git clone git@github.com:guerreiropedr0/hello-rails-react.git

Navigate to the created folder.

cd hello-rails-react

Current Ruby Version for this project

ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]

Install all the dependencies.

bundle install
npm install

Create and migrate the database

rails db:create
rails db:migrate

To run the server

rails s

Link to localhost

Authors

👤 Pedro Guerreiro

🤝 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!

📝 License

This project is MIT licensed.

About


Languages

Language:Ruby 62.6%Language:JavaScript 20.9%Language:HTML 14.6%Language:CSS 1.8%