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.
Backend :
cd kanboard-backend
yarn install && yarn startFrontend :
cd kanboard-frontend
yarn install && yarn start