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
- Host: GitHub
- URL: https://github.com/rcdexta/react-trello-example
- Owner: rcdexta
- Created: 2017-04-25T18:41:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T05:00:38.000Z (about 5 years ago)
- Last Synced: 2025-03-25T17:46:58.069Z (over 1 year ago)
- Language: JavaScript
- Size: 512 KB
- Stars: 15
- Watchers: 2
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```