create-danio
v0.1.0
Published
Scaffold a new Danio app in seconds. Run `npm create danio@latest`.
Maintainers
Readme
create-danio
The fastest way to start a Danio app.
npm create danio@latest my-app
cd my-app
npm install
npm run devThat scaffolds a ready-to-go project:
- Vite dev server with hot reload, wired to compile JSX with Danio's runtime
- an example app and a
jsconfig.jsonfor editor autocomplete - the Danio favicon and sensible SEO
<meta>tags inindex.html
You can also run it directly:
npx create-danio my-appZero dependencies — it's just Node copying a template. See the Danio docs for everything else.
License
MIT
