An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# typescript base express server

* dependencies install

```
$ npm i
```

* build

```
$ npm run build
```

* start

```
$ npm run start
```