freshyo/apps/admin-web
2026-09-08 20:35:09 +05:30
..
public enh 2026-09-06 23:05:20 +05:30
src enhh 2026-09-08 13:55:59 +05:30
.cta.json enh 2026-09-06 23:05:20 +05:30
change-log.txt enh 2026-09-06 23:05:20 +05:30
package-lock.json enh 2026-09-06 23:05:20 +05:30
package.json enh 2026-09-06 23:05:20 +05:30
README.md enh 2026-09-06 23:05:20 +05:30
tsconfig.json enh 2026-09-06 23:05:20 +05:30
vite.config.ts enh 2026-09-08 20:35:09 +05:30
wrangler.jsonc enh 2026-09-06 23:05:20 +05:30

Freshyo Admin Web

Web clone of apps/admin-ui — same screens, same functionality, same looks — built on the exact stack of apps/web-ui (TanStack Start + Vite + Tailwind v4 + tRPC + TanStack Router).

npm install
npm run dev      # http://localhost:4175
npm run build    # production build
npm run typecheck

Backend: same as admin-ui (https://devapi.freshyo.in); override with VITE_API_URL env var.