更多详细配置可以查看[官网文档](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/start)
# 🤝 参与共建
如果您对这个项目感兴趣,欢迎参与贡献,也欢迎 "Star" 支持一下 ^_^
### 本地运行
1、克隆项目
```
git clone https://github.com/jd-opensource/micro-app.git
```
2、安装依赖
```
yarn bootstrap
```
3、运行项目
```
yarn start # 访问 http://localhost:3000
```
更多命令请查看[DEVELP](https://github.com/jd-opensource/micro-app/blob/master/DEVELOP.zh-cn.md)
# FAQ
[问题汇总](https://jd-opensource.github.io/micro-app/docs.html#/zh-cn/questions)