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 and isitagentready.com. Consider utilizing open-prop CSS variables and adopting standard files like:
[!NOTE]: If you want to use this with SSR: flip
ssr: trueinreact-router.config.ts, add a start script inpackage.jsonlike"start": "react-router-serve ./build/server/index.js", and note that the currentpreviewscript will no longer exercise the real app. If not, you may remove@react-router/nodeand@react-router/serve.isbotis only necessary if you add a customapp/entry.server.tsxfor streaming or handling bots.
git clone git@github.com:tif-calin/culiboot.git
cd culiboot
cp .env.example .env
pnpm i
pnpm dev