https://github.com/flashamarillo/overview-react-tdd
proyecto usando TDD para un componente de react, configuración del entorno de pruebas usando Vitest y typescript
https://github.com/flashamarillo/overview-react-tdd
Last synced: 11 months ago
JSON representation
proyecto usando TDD para un componente de react, configuración del entorno de pruebas usando Vitest y typescript
- Host: GitHub
- URL: https://github.com/flashamarillo/overview-react-tdd
- Owner: FlashAmarillo
- Created: 2025-05-20T19:11:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T19:25:33.000Z (about 1 year ago)
- Last Synced: 2025-06-25T12:52:23.181Z (about 1 year ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# overview_tdd
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.