Files
pos-system/apps/web-client/README.md
Ho Ngoc Hai 4da46b5b8e Sure! Pl
2025-12-27 01:31:10 +07:00

32 lines
499 B
Markdown

# Web Client Application
Next.js web application for GoodGo Platform Client Portal.
## Features
- Next.js 14 with App Router
- TypeScript
- Tailwind CSS
- Zustand for state management
- API integration with auth service
## Development
```bash
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm start
```
## Environment Variables
- `NEXT_PUBLIC_API_URL` - API base URL (default: http://localhost/api/v1)