Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 825 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 825 Bytes

create-tez-dapp npm package

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

Happy Building on Tezos