/titem-mini

Opinionated TypeScript Vite Starter Template

Primary LanguageTypeScriptMIT LicenseMIT

Titem Mini

Features

  • ⚡️ Vite 3, pnpm - born with fastness

  • ✅ Use Vitest for unit and components testing

  • 🦾 TypeScript, of course

Vscode

Try it now!

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit elonehoo/titem-mini my-titem-mini-app
cd my-titem-mini-app
pnpm install # If you don't have pnpm installed, run: npm install -g pnpm