https://github.com/crazyoptimist/express-typescript-poc
Express API POC in Typescript
https://github.com/crazyoptimist/express-typescript-poc
Last synced: about 1 year ago
JSON representation
Express API POC in Typescript
- Host: GitHub
- URL: https://github.com/crazyoptimist/express-typescript-poc
- Owner: crazyoptimist
- License: mit
- Created: 2021-09-11T07:23:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T08:10:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T22:59:04.357Z (over 1 year ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```