initial: client

This commit is contained in:
Shop Deploy
2026-06-11 13:48:08 +05:00
commit a36f96c290
271 changed files with 28009 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# shop-client — витрина и админка магазина ручной работы
React + Vite + TypeScript + MUI. FSD-архитектура, @tanstack/react-query.
## Запуск
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 |