It uses React, Vite (as the bundler) and Zustand (as state manager).
yarn
yarn dev
- Go to
localhost:3000
yarn build
yarn serve
- Go to
localhost:5000
docker build -t hanshs/todo . && docker run -p 5000:5000 hanshs/todo
- Go to
localhost:5000
- Just see it in action at https://todo-hanshs.vercel.app