This is the repo containing the starter project that is generated by @enhance/create
and the Begin CLI
npx "@enhance/create@latest" ./myproject -y
app
├── api ............... data routes
│ └── index.mjs
├── browser ........... browser JavaScript
│ └── index.mjs
├── elements .......... Custom Element pure functions
│ └── my-header.mjs
└── pages ............. file-based routing
└── index.html