nocobase/packages/create-nocobase-app/templates/AppGenerator/README.md

16 lines
123 B
Markdown
Raw Normal View History

# NocoBase
## Getting Started
Install dependencies,
```bash
$ yarn
```
Start the dev server,
```bash
$ yarn start
```