CLI Commands
Learn how to use the NeatNode CLI to scaffold new projects and manage templates.
Basic Usage
npx neatnode my-app
cd my-app
npm install
npm startLearn how to use the NeatNode CLI to scaffold new projects and manage templates.
npx neatnode my-app
cd my-app
npm install
npm start