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

https://github.com/edern76/kanboard

Simple Kanban board made in React+Redux+Express+TypeScript
https://github.com/edern76/kanboard

Last synced: 17 days ago
JSON representation

Simple Kanban board made in React+Redux+Express+TypeScript

Awesome Lists containing this project

README

          

# kanboard
Simple Kanban like board made in React+Redux+Express+TypeScript

This is a basic test project made to learn the ropes of Redux and TypeScript, don't expect much from it.

## Installation

Backend :
```bash
cd kanboard-backend
yarn install && yarn start
```

Frontend :
```bash
cd kanboard-frontend
yarn install && yarn start
```