Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogom committed Dec 5, 2015
1 parent dec881f commit 1aa99d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Rails React Example

* React with Redux on Rails
* Use [Redux and Redux-devtools CLI](https://github.com/banderson/generator-redux)

## Installation

```
$ git clone https://github.com/dddrb/rails-react-example.git
$ cd rails-react-example/
$ npm install
$ bundle install
$ foreman start
```

## Usage

Click on the button of 'Update Title'.

```
$ open http://localhost:3000
```

## License

* MIT
28 changes: 0 additions & 28 deletions README.rdoc

This file was deleted.

0 comments on commit 1aa99d5

Please sign in to comment.