A task board built with React and Vite - inspired by Trello.
Try it at task-board-poc.surge.sh
Prerequisites
- Node.js 22
Install
npm ci
Copy Environment Variables
cp .env.example .env
Start Development Server
npm run dev- Visit http://localhost:5173
Preview Production Build
npm run preview
Build for Production
npm run build