/twitter-clone-react

An example Twitter clone built with Rails 5 as the backend and React + Flux on the Frontend.

Primary LanguageRuby

screenshot

Installation

$ git clone [git-repo-url] twitter-clone-react
$ cd twitter-clone-react
$ bundle install
$ rake db:migrate
$ npm install
$ webpack
$ rails s

Todos

  • Follow features
  • Add Code Comments