Basic Blog app with:
- React and Backbone - frontend
- Rails - backend
- React with 'react-router' in react-router branch
===========
- You can Register - Devise gem
- Login
- Add article from your Account
- Article will appear on the main page
- User can see his articles at Account
Run blog
- git clone
- bundle
- rake db:schema:load
- rails s