create-graspr-app
v0.1.2
Published
Create a new Graspr app (HTMX + Handlebars + Tailwind)
Downloads
281
Maintainers
Readme
create-graspr-app

Scaffold a new Graspr frontend app (HTMX + Handlebars + Tailwind CSS).
Usage
npm create graspr-app my-appThis will:
- Clone the Graspr app skeleton
- Remove git history (fresh start)
- Install npm dependencies
Then:
cd my-app
npm run devWhat you get
A Vite-powered frontend with:
- HTMX for server-driven interactivity
- Handlebars for client-side templating
- Tailwind CSS v4 for styling
- Graspr Framework for auth, modals, toasts, forms, and navigation
- File-based page routing with dynamic
[id]parameters - Production build with page compilation
Requirements
- Node.js 18+
- Git
Pair with Handlr
For a full-stack app, create the backend with Handlr:
composer create-project phillipsharring/handlr-app my-app-backend