This is a template for TanStack Start + Mantine.
This template comes with the following features:
- PostCSS with mantine-postcss-preset
- CSS modules
- TypeScript
- Storybook
- Vitest setup with React Testing Library
- Oxlint setup for TypeScript and React sources
dev– start development server on http://localhost:3000build– build production version of the apppreview– locally preview production build
typecheck– checks TypeScript typeslint– runs oxlint and stylelintformat:test– checks files with oxfmtvitest– runs vitest testsvitest:watch– starts vitest watchtest– runstypecheck,format:test,lint,vitestandbuildscripts
storybook– starts storybook dev serverstorybook:build– build production storybook bundle tostorybook-staticformat:write– formats all files with oxfmt