Files
shop-client/README.md
T
@kirill.komarov 4cd8c1d8ad
Deploy / deploy (push) Successful in 1s
test webhook after ALLOWED_HOST_LIST fix
2026-06-15 16:31:35 +05:00

26 lines
741 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 |
# test webhook 15 июн 2026 г. 16:30:09
# test after fix 15 июн 2026 г. 16:31:34