create-tez-dapp
v0.0.3
Published
Scaffolding CLI to help developers get started with creating frontend dApps on the Tezos blockchain
Downloads
7
Maintainers
Readme
create-tez-dapp
Make Starting your Tezos dApp Easy and Convenient
Compatibility Note: All templates use Vite which requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create tez-dapp@latest
With Yarn:
$ yarn create tez-dapp
With PNPM:
$ pnpm create tez-dapp
With Bun:
$ bun create tez-dapp
Then follow the prompts!
Currently supported template presets include:
ionic + react + ts
react + js
react + ts
svelte + js
svelte + ts