https://github.com/utsavdotdev/zod-learning
https://github.com/utsavdotdev/zod-learning
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utsavdotdev/zod-learning
- Owner: utsavdotdev
- Created: 2025-07-20T17:29:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T17:40:55.000Z (6 months ago)
- Last Synced: 2025-07-20T19:18:38.463Z (6 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zod-learning
This project demonstrates learning and usage of Zod for schema validation in TypeScript.
## How to run
1. Install dependencies:
```sh
pnpm install
```
2. Run the project:
```sh
pnpm start
```