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
- Host: GitHub
- URL: https://github.com/edern76/kanboard
- Owner: Edern76
- Created: 2023-10-20T07:48:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T11:43:42.000Z (about 2 years ago)
- Last Synced: 2025-03-12T16:44:20.014Z (10 months ago)
- Language: TypeScript
- Size: 384 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```