# container-test

## 项目介绍

## 开发环境

## 本地开发

### 启动开发服务

#### 启动单个组件

```
fie start <path/to/container>
```

### 运行测试

#### test
```
npm test path/to/container
```

#### test-dev (watch)
```
npm run test-dev path/to/container
```

更多命令参考文档：[fie-toolkit-olympics](https://lark.alipay.com/olympics/cgfi86/dece4g)
