mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
.. | ||
mock | ||
src | ||
.editorconfig | ||
.env | ||
.fatherrc.ts | ||
.gitignore.tpl | ||
.prettierignore | ||
.prettierrc | ||
.umirc.ts.tpl | ||
nodemon.json | ||
package.json.tpl | ||
README.md | ||
server.js | ||
tsconfig.json | ||
typings.d.ts |
NocoBase Application
Getting Started
Install dependencies,
$ yarn install
Start the dev server,
$ yarn start