# Your MWA

{{#unless isMonorepoSubProject}}
## Prerequisites

1. [Node.js LTS](https://github.com/nodejs/Release)
    * [Automatically call nvm use](https://github.com/nvm-sh/nvm#deeper-shell-integration)

{{/unless}}
## Get Started

按开发环境的要求，运行和调试项目

```
{{packageManager}} dev
```

继续创建更多项目要素，比如应用入口

```
{{packageManager}} new
```

其他

```
{{packageManager}} build        # 按产品环境的要求，构建项目
{{packageManager}} start        # 按产品环境的要求，运行项目
```
