Files
graphiql-vite/README.md
2026-04-05 20:52:32 +03:30

24 lines
149 B
Markdown

### Install
```bash
npm install
```
### Build
```bash
npm run build
```
### Serve
```bash
npx serve dist/
```
or
```bash
npx vite preview
```