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

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.

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"
},
```