Files
pos-system/apps/web-client
..
2025-12-27 01:31:10 +07:00
2025-12-27 01:31:10 +07:00
2025-12-27 01:31:10 +07:00

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

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build for production
pnpm build

# Start production server
pnpm start

Environment Variables