A barebones Vite template that has Chakra-UI set up for when I need a sandbox
Clone or download the repo:
Using GitHub CLI
gh repo clone marceloalves/chakra-bare chakra-bare
Using degit
pnpx degit marceloalves/chakra-bare#main chakra-bare
Then install deps and run
bun i && bun run dev