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

https://github.com/rcdexta/react-trello-example

Example project for react-trello component
https://github.com/rcdexta/react-trello-example

Last synced: about 1 year ago
JSON representation

Example project for react-trello component

Awesome Lists containing this project

README

          

Example code for [react-trello](https://github.com/rcdexta/react-trello).

# Setup

Please clone the project, install the dependencies and fire up the project

```
$ git clone git@github.com:rcdexta/react-trello-example.git
$ cd react-trello-example
$ yarn install
$ yarn start
```