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: 9 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T07:47:49.000Z (9 months ago)
- Last Synced: 2025-04-23T08:43:45.929Z (9 months ago)
- Language: TypeScript
- Size: 404 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.