π Start UI [web] is an opinionated frontend starter repository created & maintained by the BearStudio Team and other contributors. It represents our team's up-to-date stack that we use when creating web apps for our clients.
cp .env.example .env # Setup your env variables
cp .vscode/settings.example.json .vscode/settings.json # (Optionnal) Setup your VS Code
pnpm install # Install dependencies
pnpm dk:init # Init docker
pnpm db:init # Init the db
pnpm dk:start # Only if your docker is not running
pnpm dev
- π₯ Burn all the code
- Setup Tanstack Start
- Setup Tailwind
- Setup Shadcn
- Setup Storybook
- Prisma
- Docker
- Vitest
- Open API /api/openapi/app & /api/openapi/auth
- Logs
- Fields
- Translations
- Auth
- Deployment (vercel)
- Demo
- Update README
- Update documentation