alanluqman / hello-rails-react-1

Set up a "Hello world" project as one app with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails React

Generate random greeting messages.

Made With

  • Ruby on Rails
  • React

Getting Started

Setup

To setup the project locally: clone the repository using:

git clone https://github.com/TahenyBELGUITH/hello-rails-react.git

Install dependencies

run:

bundle install

Setup database

run:

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

Run the app

run:

npm build
rails s

Author

👤 Taheny BELGUITH

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

About

Set up a "Hello world" project as one app with Webpack

License:MIT License


Languages

Language:Ruby 61.5%Language:HTML 14.5%Language:JavaScript 14.1%Language:Batchfile 7.6%Language:CSS 1.8%Language:Shell 0.4%