noxt-cli
v0.1.17
Published
CLI starter for noxt-server
Downloads
43
Maintainers
Readme
noxt-cli
A command-line interface for Noxt.
Installation
npx noxt-cli create my-appUsage
cd my-app
npm run start or, if you want to run the app with live reload:
npm run dev