Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eyebluecn/smart-classroom-front

领域驱动设计DDD从入门到代码实践示例项目-前端
https://github.com/eyebluecn/smart-classroom-front

Last synced: 14 days ago
JSON representation

领域驱动设计DDD从入门到代码实践示例项目-前端

Awesome Lists containing this project

README

        

# 领域驱动设计DDD从入门到代码实践
本项目对应文章[《领域驱动设计DDD|从入门到代码实践》](https://mp.weixin.qq.com/s/HMLpjcE0UENUTfMK0Z9n8A)

## 启动
标准的前端工程,启动方式如下:
```shell
npm intall
npm run dev
```

需要配合后端,后端端口6500,如果需要修改端口请在`vite.config.ts`中修改即可