@nxpress/core
v1.3.8
Published
Express.js framework with file-based routing and template components
Maintainers
Readme
Read the Official Documentation
Quick Start
Scaffold a new project in seconds:
npx create-nxpress-appOr install @nxpress/core in an existing project:
pnpm add @nxpress/coreStart the development server:
npx nxpress devOr use your main server.ts file :
npx tsx --watch server.tsDocumentation
For full documentation and guide, visit the official docs.
