Skip to content

tolking/node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node 后台测试 demo

技术栈 nodejs koa2 koa-router typescript sequelize ...

试写后端接口

# 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 run build
# or
$ npm run build

Releases

No releases published

Packages

No packages published