tachybase_todo/packages/create-nocobase-app/templates/AppGenerator
2020-10-24 15:34:43 +08:00
..
mock first commit 2020-10-24 15:34:43 +08:00
src first commit 2020-10-24 15:34:43 +08:00
.editorconfig first commit 2020-10-24 15:34:43 +08:00
.env first commit 2020-10-24 15:34:43 +08:00
.fatherrc.ts first commit 2020-10-24 15:34:43 +08:00
.gitignore.tpl first commit 2020-10-24 15:34:43 +08:00
.prettierignore first commit 2020-10-24 15:34:43 +08:00
.prettierrc first commit 2020-10-24 15:34:43 +08:00
.umirc.ts.tpl first commit 2020-10-24 15:34:43 +08:00
nodemon.json first commit 2020-10-24 15:34:43 +08:00
package.json.tpl first commit 2020-10-24 15:34:43 +08:00
README.md first commit 2020-10-24 15:34:43 +08:00
server.js first commit 2020-10-24 15:34:43 +08:00
tsconfig.json first commit 2020-10-24 15:34:43 +08:00
typings.d.ts first commit 2020-10-24 15:34:43 +08:00

NocoBase Application

Getting Started

Install dependencies,

$ yarn install

Start the dev server,

$ yarn start