文件名称:node-server:node后台测试演示
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-24 11:27:34
nodejs api koa typescript sequelize
node后台测试演示 技术栈nodejs koa2 koa-router打字稿续集... 试写大纲接口 # install dependencies $ yarn install # or $ npm install # 实施编译 ts $ yarn run watch # or $ npm run watch # serve with hot reload at localhost:3000 $ yarn run dev ($ yarn run serve) # or $ npm run dev ($ npm run serve) # build for production $ yarn
【文件预览】:
node-server-master
----package.json(1KB)
----.eslintrc.json(488B)
----LICENSE(1KB)
----src()
--------models()
--------config()
--------@types()
--------controllers()
--------utils()
--------index.ts(1KB)
--------router()
--------middlewares()
----tsconfig.json(398B)
----.gitignore(287B)
----yarn(0B)
----README.md(409B)