@itayzrihan/create-box-app
v1.1.0
Published
Create a new BOX Framework application with one command
Downloads
61
Maintainers
Readme
create-box-app
Scaffold a new BOX Framework project in seconds
Quick Start
npx create-box-app my-project
cd my-project
npm install
npm run devThat's it! Your BOX app is ready at http://localhost:3000
What's Inside
The scaffolder creates a minimal BOX project with:
- ✅ Pre-configured
.vscodesettings for HTML syntax highlighting - ✅ Sample
main.boxcomponent demonstrating the framework - ✅ Example API endpoint (
api+hello.box) - ✅ Ready-to-use npm scripts (
dev,build,start) - ✅ Clean folder structure following BOX conventions
Features
- Zero Setup: No global installs. Just
npxand go. - Fast: Generates a working project in under 5 seconds
- Minimal: Only essential files, no bloat
- Beautiful: Includes a stylish welcome component
Commands
Once your project is created:
npm run dev # Start dev server with HMR
npm run build # Build for production
npm start # Run production serverLearn More
License
MIT © Itay Zrihan
