Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elonehoo/titem-mini

Opinionated TypeScript Vite Starter Template
https://github.com/elonehoo/titem-mini

typescript vite

Last synced: 11 days ago
JSON representation

Opinionated TypeScript Vite Starter Template

Awesome Lists containing this project

README

        



Titem Mini

## Features

- ⚡️ [Vite 3](https://github.com/vitejs/vite), [pnpm](https://github.com/pnpm/pnpm) - born with fastness

- ✅ Use Vitest for unit and components testing

- 🦾 TypeScript, of course

## Vscode

- [extensions.json](./.vscode/extensions.json)

- [settings.json](./.vscode/settings.json)

## Try it now!

[Create a repo from this template on GitHub](https://github.com/elonehoo/titem-mini/generate).

### Clone to local

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

```bash
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
```