Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/staart/exprext

⛳ Exprext is a Next/Nuxt-like framework for Express + TypeScript
https://github.com/staart/exprext

express express-boilerplate express-generator nodejs typescript

Last synced: 10 days ago
JSON representation

⛳ Exprext is a Next/Nuxt-like framework for Express + TypeScript

Awesome Lists containing this project

README

        

# Exprext

Exprext is a Next.js/Nuxt.js-like starter for building Express + TypeScript apps.

## ⭐ Features

- 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

## 📄 License

- Code: [MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)
- Logo and assets: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)