Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolking/node-server
node 后台测试 demo
https://github.com/tolking/node-server
api dome koa nodejs sequelize typescript
Last synced: 24 days ago
JSON representation
node 后台测试 demo
- Host: GitHub
- URL: https://github.com/tolking/node-server
- Owner: tolking
- License: mit
- Created: 2019-01-16T13:08:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T05:44:42.000Z (over 5 years ago)
- Last Synced: 2024-10-28T19:54:48.454Z (2 months ago)
- Topics: api, dome, koa, nodejs, sequelize, typescript
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node 后台测试 demo
> 技术栈 nodejs koa2 koa-router typescript sequelize ...
试写后端接口
``` bash
# 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
```