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

https://github.com/ricora/typescript-backend-tutorial

TypeScriptバックエンド入門
https://github.com/ricora/typescript-backend-tutorial

Last synced: 25 days ago
JSON representation

TypeScriptバックエンド入門

Awesome Lists containing this project

README

        

# typescript-backend-tutorial

## Requirement

- Node.js
- npm

## Install

```
npm install
```

## Web server

```
ts-node src/server.ts
```

環境によって、ts-nodeが見つからない場合は

```
npx ts-node src/server.ts
```

とする必要あり。