Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bntzio/twitter-clone

A twitter clone made using rails + react with flux architecture :bird:
https://github.com/bntzio/twitter-clone

babel clone flux flux-architecture heroku rails rails-asset-pipeline react ruby twitter webpack

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

Twitter Clone
=============

![twitter-clone](http://i.imgur.com/LlBeGd3.png?1)

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