eapenzacharias / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-rails-react

Practicing with react and rails, setting up a new single project with react-rails gem.

Built With

  • Ruby on Rails
  • REACT
  • REDUX

Getting Started

Prerequisites

  • Ruby
  • Postgres server
  • node

Setup

Clone this repo and enter the directory.

git clone git@github.com:eapenzacharias/hello-rails-react.git && cd hello-rails-react

Install

Run the following command to install all the dependencies.

bundler install

Usage

Run the following command to start the server, then go to http://localhost:3000

rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rb

rails s # starting the app

Author

👤 Eapen Zacharias

Show your support

Give a ⭐️ if you like this project!

About

License:MIT License


Languages

Language:Ruby 63.2%Language:JavaScript 20.3%Language:HTML 14.7%Language:CSS 1.8%