Exprext is a Next.js/Nuxt.js-like starter for building Express + TypeScript apps.
- Automatic route generation based on directory structure
- First-class TypeScript support (literally you can't use this without TS)
- Modern, async returns by default (no need for Promise middleware)
- Handles HTTP responses based on JS objects (no need for
res.json()
) - Decorators for routes, controllers, middleware, wrappers, and more
- Build and launch process scripts and helper packages
- Code: MIT © Anand Chowdhary
- Logo and assets: CC BY 4.0