https://github.com/pjt3591oo/ts-base-express-sample
https://github.com/pjt3591oo/ts-base-express-sample
express javascript nodejs server typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjt3591oo/ts-base-express-sample
- Owner: pjt3591oo
- Created: 2021-10-29T10:03:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T10:03:32.000Z (over 4 years ago)
- Last Synced: 2025-02-17T15:25:42.993Z (over 1 year ago)
- Topics: express, javascript, nodejs, server, typescript
- Language: TypeScript
- Homepage: https://blog.naver.com/pjt3591oo/222552616809
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript base express server
* dependencies install
```
$ npm i
```
* build
```
$ npm run build
```
* start
```
$ npm run start
```