Culi's goto bootstrap web project using vite, react, react-router, and linaria.
After cloning the repo and installing the deps, search the codebase for TODO(boot) setup tasks.
See also, frontendchecklist.io. Considering adding files like .editorconfig, humans.txt, CONTRIBUTING.md, and utilizing open-prop CSS variables.
git clone git@github.com:tif-calin/culiboot.git
cd culiboot
cp .env.example .env
pnpm i
pnpm start