Starting Backend & Frontend Projects
After setup, you can start all Leyu projects locally.
Backend
cd leyu-backend
npm run start:dev
API available at: http://localhost:3000/api
Frontend
cd leyu-frontend
pnpm dev
Mobile
cd leyu-mobile
flutter run
After setup, you can start all Leyu projects locally.
cd leyu-backend
npm run start:dev
API available at: http://localhost:3000/api
cd leyu-frontend
pnpm dev
cd leyu-mobile
flutter run