Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/staart/exprext
- Owner: staart
- Created: 2020-03-06T09:30:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T13:38:14.000Z (over 4 years ago)
- Last Synced: 2024-10-29T21:05:31.417Z (19 days ago)
- Topics: express, express-boilerplate, express-generator, nodejs, typescript
- Homepage: https://staart.github.io/exprext
- Size: 1000 Bytes
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)