# smart-classroom-front **Repository Path**: xfor011_admin_admin/smart-classroom-front ## Basic Information - **Project Name**: smart-classroom-front - **Description**: ddd - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 领域驱动设计DDD从入门到代码实践 本项目对应文章[《领域驱动设计DDD|从入门到代码实践》](https://mp.weixin.qq.com/s/HMLpjcE0UENUTfMK0Z9n8A) ## 启动 标准的前端工程,启动方式如下: ```shell npm intall npm run dev ``` 需要配合后端,后端端口6500,如果需要修改端口请在`vite.config.ts`中修改即可