Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elonehoo/titem-mini
- Owner: elonehoo
- License: mit
- Created: 2022-04-03T03:51:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:35:36.000Z (18 days ago)
- Last Synced: 2024-10-29T18:57:30.371Z (18 days ago)
- Topics: typescript, vite
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```