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

https://github.com/rabinzon/rrtrello

sample app like trello, with react + redux.
https://github.com/rabinzon/rrtrello

Last synced: 2 months ago
JSON representation

sample app like trello, with react + redux.

Awesome Lists containing this project

README

          

### trello with react + redux
![status](https://travis-ci.org/Rabinzon/rrtrello.svg?branch=master)

sample app like trello, with react + redux.
project isn't complete yet.

how to start:

```sh
$ git clone git@github.com:Rabinzon/rrtrello.git
$ cd rrtrello
$ yarn install or npm install
$ make run
```