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: about 1 year 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-03-25T06:23:27.000Z (about 1 year ago)
- Last Synced: 2025-03-25T07:27:27.923Z (about 1 year ago)
- Language: TypeScript
- Size: 345 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.