co Platform
co Platform monorepo workspace.
Projects
| Project | Stack | Port | Description |
|---|---|---|---|
| co-ec | Nuxt 4 | 3010 | E-Commerce frontend built with Nuxt 4, Nuxt UI, Pinia, VueUse, i18n. |
| co-ims | Next.js 16 | 3011 | Management system frontend built with Next.js 16, shadcn/ui, Zustand, TanStack, i18n. |
| co-be | NestJS 11 | 8080 | Backend API built with NestJS 11, TypeORM, MySQL, Redis, JWT, i18n. |
Quick Start
bash
# Setup
bash scripts/setup.sh
# Development
yarn dev # Start all services
yarn dev:ec # EC only
yarn dev:ims # IMS only
yarn dev:be # BE only
# Git
yarn commit # Commit wizard
yarn push # Commit + push all
yarn push:all # Push only (no commit)
# Docs
yarn docs:dev # Dev docs locally
yarn docs:deploy # Deploy to Cloudflare Pages