test ci trigger

This commit is contained in:
2026-06-16 16:36:36 +00:00
parent 5d5279aa07
commit 1cc4f27d0f
+3 -23
View File
@@ -1,23 +1,3 @@
# shop-client — витрина и админка магазина ручной работы # shop-client
---
React + Vite + TypeScript + MUI. FSD-архитектура, @tanstack/react-query. Test CI_n
## Запуск
npm ci
npm run dev
Откройте http://localhost:5173. API проксируется на http://127.0.0.1:3333.
Требуется shop-server рядом (../../shop-server/shared/ для @shared/ alias).
## Команды
| Command | Description |
|---|---|
| npm run dev | Vite dev server |
| npm run build | tsc + vite build |
| npm run lint | ESLint |
| npm run lint:fix | ESLint --fix |
| npm run format | Prettier |
| npm test | vitest run |