Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 511 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 511 Bytes

Basic Example

TypeNexus is a great tool for API encapsulation and management. It offers a clean and lightweight way to bundle TypeORM + Express.js functionality, helping you to build applications faster while reducing template code redundancy and type conversion work.

npm run watch # Listen compile .ts files.
npm run build # compile .ts files.

npm run dev
npm run start