/twitter-clone

A twitter clone made using rails + react with flux architecture :bird:

Primary LanguageJavaScript

Twitter Clone

twitter-clone

Twitter Clone is Twitter clone made in React along with Rails and Flux architecture.

How to install?

bundle install

npm install

bundle exec rake db:create db:migrate

How to run?

webpack -w -d

rails server

Now open localhost:3000 in your browser, and there you go.

Pull request friendly :)