https://github.com/destinio/vite-vitest-rtl-ts
Le temps passe vite. Time flies.
https://github.com/destinio/vite-vitest-rtl-ts
pnpm testing testing-library-react typescript vite vite-react vitejs vitest
Last synced: 3 months ago
JSON representation
Le temps passe vite. Time flies.
- Host: GitHub
- URL: https://github.com/destinio/vite-vitest-rtl-ts
- Owner: destinio
- Created: 2022-08-21T22:50:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T15:21:24.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T23:27:21.941Z (10 months ago)
- Topics: pnpm, testing, testing-library-react, typescript, vite, vite-react, vitejs, vitest
- Language: TypeScript
- Homepage: https://destin.io
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite / React / Vitest / RTL / TypeScript
## Get up and running
```sh
pnpm i
```
```json
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:c": "vitest run --coverage"
},
```