# smart-classroom-front **Repository Path**: hongmin_shm/smart-classroom-front ## Basic Information - **Project Name**: smart-classroom-front - **Description**: DDD - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: release_demo_1.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-17 - **Last Updated**: 2023-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 领域驱动设计DDD从入门到代码实践 ## 启动 标准的前端工程,启动方式如下: ```shell npm intall npm run dev ``` 需要配合后端,后端端口6500,如果需要修改端口请在`vite.config.ts`中修改即可