create-arrow-js
v1.0.0
Published
Scaffold a Vite 8 ArrowJS app with SSR and hydration.
Readme
create-arrow-js

ArrowJS is a tiny, type-safe reactive UI runtime built around JavaScript modules, template literals, and the DOM.
Docs · API Reference · Playground
What this package does
create-arrow-js scaffolds a complete ArrowJS Vite 8 app.
The generated project includes:
@arrow-js/core@arrow-js/framework@arrow-js/ssr@arrow-js/hydrate- Vite 8 setup for SSR and hydration
It can also install the Arrow coding-agent skill during setup.
Create a project
pnpm create arrow-js@latest my-arrow-appThen:
cd my-arrow-app
pnpm install
pnpm dev