Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanyu90221/ts_express_demo
https://github.com/yuanyu90221/ts_express_demo
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanyu90221/ts_express_demo
- Owner: yuanyu90221
- Created: 2019-06-24T18:10:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T02:19:32.000Z (10 months ago)
- Last Synced: 2024-04-21T14:01:35.895Z (9 months ago)
- Language: TypeScript
- Size: 284 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-express-demo
## Introduction
an express server writen by typescript and setup
## How to use
1 install
```
npm i
```2 run
```
npm run start
```