Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 405 Bytes

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 :)