UNPKG

create-nodex

Version:

CLI tool to create modern Node.js projects with TypeScript, AI capabilities, and more

36 lines (23 loc) 282 B
# Project Name A TypeScript project created with create-nodex. ## Getting Started ### Installation ```bash npm install ``` ### Development ```bash npm run dev ``` ### Build ```bash npm run build ``` ### Run Production ```bash npm start ``` ### Test ```bash npm test ```