VRTN is Vite React Tailwindcss Typescript i18n template
- React 19, Typescript, Vite, pnpm
- Tailwind CSS, shadcn/ui
- Components
- Zustand
- I18n ready
- Deploy on Vercel
- File based routing support with mdx
- Layout
- Storybook
- Docker
- PWA
- File-based MDX routes with React
- Unit testing with Vitest & E2E testing with Playwright, run on GitHub Actions
pnpm devJust run and visit http://localhost:5173
Build the App
pnpm buildRun unit tests (Vitest):
pnpm testRun end-to-end tests (Playwright):
pnpm test:e2e