@enhance/starter-project
v8.0.1
Published
![enhance-type](https://user-images.githubusercontent.com/76308/223593101-1f65f07f-49c4-4a13-9203-4ab4ff72f097.svg)
Downloads
184
Keywords
Readme
@enhance/enhance-starter-project
This is the repo containing the starter project that is generated by @enhance/create
and the Begin CLI
Quick start
npx "@enhance/create@latest" ./myproject -y
⚠️ This repo is not meant to be cloned unless you are filing an issue or adding functionality. It is meant to be used by the generators linked above instead.
Project structure
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