Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/bntzio/twitter-clone
- Owner: bntzio
- Created: 2016-05-11T01:49:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T00:05:28.000Z (over 8 years ago)
- Last Synced: 2024-12-24T07:56:19.477Z (about 1 month ago)
- Topics: babel, clone, flux, flux-architecture, heroku, rails, rails-asset-pipeline, react, ruby, twitter, webpack
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)*