Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 990 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 990 Bytes

Simple Trello Automate Workflow

Welcome to the React Trello board. A Trello like board based on React, Redux, React-dnd. At the moment it has only Drag-and-drop functionality.

board

About

Welcome to the React Trello board. A Trello like board based on React, Redux, React-dnd. At the moment it has only Drag-and-drop functionality. This project is developed by [Big-Silver].

Install & Run

# clone our repo
$ git clone https://github.com/Big-Silver/Simple-Trello-Automate-Workflow.git
# change directory to your app
$ cd Simple-Trello-Automate-Workflow
# install npm
$ npm install
# Run project
$ npm start
# Visit to the browser
$ http://localhost:3000