Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-robson/express-typescript-server
Express server with TypeScript & containerized with Docker
https://github.com/adam-robson/express-typescript-server
Last synced: 15 days ago
JSON representation
Express server with TypeScript & containerized with Docker
- Host: GitHub
- URL: https://github.com/adam-robson/express-typescript-server
- Owner: Adam-Robson
- Created: 2024-10-03T03:42:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T04:39:34.000Z (20 days ago)
- Last Synced: 2024-12-12T05:25:22.846Z (20 days ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-typescript-server
This is an [Express](https://www.expressjs.com) server written in TypeScript.
It was initialized with the Express Generator (`npx express-generator`) package,
and then updated to include TypeScript & ES Module syntax.