Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/express-typescript-poc

Express API POC in Typescript
https://github.com/crazyoptimist/express-typescript-poc

Last synced: 13 days ago
JSON representation

Express API POC in Typescript

Awesome Lists containing this project

README

        

# Express API POC in Typescript

## Run in dev mode

```bash
yarn
yarn dev
```

## Run with pm2

```bash
yarn build
pm2 start pm2.yml
```

## Build a container

```bash
docker build -t express-api .
```