Vite + React app using TanStack Router, Convex, Clerk, and Tailwind.
npm install
npm run devThe dev server runs at http://localhost:3000.
If you need environment variables, copy the example file:
cp .env.example .env.localnpm run dev # start the app
npm run dev:convex # start Convex dev
npm run build # production build
npm run preview # preview production build
npm run test # run testssrc/app codepublic/static assetsconvex/backend functions