create-hana-app
create-hana-app provides a quick and easy way to get started with Hana. It offers a modern build setup with no configuration. It also allows you to customize your installation and choose between TypeScript and JavaScript.
Set up
npx create-hana-app@latest
npm create hana-app@latest
yarn create hana-app
pnpm create hana-app
bunx create-hana-app
You will then be prompted to choose a template and enter a project name:
? Project name: › my-hana-app
? Select a template: › - Use arrow-keys. Return to submit.
❯ JavaScript
TypeScript
After that, a new Hana app will be created in the directory you specified with all the dependencies installed. You can then run your app with npm run dev.
More to come
This is a work in progress. More templates and options will be added soon.
