Skip to content

hraynaud/rails-api-react-demo-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WTF

An empty starting point for a stateless Ruby API using the rails-api gem, with a React client side app. To fit the definition of stateless, the API does not include action-view, sprockets, or sessions. Roughly speaking, React replaces action-view, Webpack replaces sprockets, and JWT replaces sessions.

Installation

There's a detailed tutorial on how to build this project at: http://fredguest.com/2015/03/06/building-a-stateless-rails-api-with-react-and-twitter-oauth/

Demo

There's a live demo of the finished project at: https://blabs.herokuapp.com

About

A Stateless Rails API with React, Webpack, and Twitter OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.5%
  • CSS 17.1%
  • HTML 2.4%