AleksandarIvezic / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello rails react

"Hello rails react" project is a Rails app that uses react to display UI. It represents basic setup for Rails-React project.

screenshot

Built With

  • Ruby on Rails
  • React
  • Redux

Getting Started

To get a local copy up and run the app, follow these simple example steps.

Prerequisites

  • Node.js > 16.13.0
  • npm > 8.1.3
  • yarn > 1.22.15
  • Ruby > 2.7.2
  • Rails > 6.1.4.1
  • Postgres > 14.0

Setup

Clone the repository with:

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

or download ZIP file

Install

To install all dependencies, run:

yarn install

Create database and Messages table

rails db:create
rails db:migrate
rails db:seed

Usage

To open it in the browser, in the project directory, run:

rails s

in another terminal run ./bin/webpack-dev-server and open http:localhost:3000/ on your browser.

Author

👤 Aleksandar Ivezic

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

Acknowledgments

📝 License

This project is MIT licensed.

About

License:MIT License


Languages

Language:Ruby 68.9%Language:JavaScript 16.4%Language:HTML 13.1%Language:CSS 1.6%