Simple clone of trello using react and typescript with no ui library / jwt authentication / node / express
Check the Demo username : trello password : trello
# install frontend dependency
npm install
# switch to server directory
cd server
# install backend dependency
npm install
# run the app (Frontend / backend)
npm run dev