UNPKG

create-nodex

Version:

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

30 lines (19 loc) 244 B
# Project Name A JavaScript project created with create-nodex. ## Getting Started ### Installation ```bash npm install ``` ### Development ```bash npm run dev ``` ### Run Production ```bash npm start ``` ### Test ```bash npm test ```