0.0.3 • Published 2 years ago

@kryptocodes/create-web3-frontend v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

create-web3-frontend

The fastest way to get started with a fully-fledged web3 frontend setup consisting of Next.js, wagmi and Tailwind CSS.

npx create-web3-frontend my-app

# For TypeScript
npx create-web3-frontend --ts my-app

Available options

  1. --ts or --typescript: Use TypeScript instead of JavaScript.
  2. --use-npm: Use npm for installing dependencies.
  3. --use-pnpm: Use pnpm for installing dependencies.

Thanks

This project is inspired by and re-uses a lot of code from create-next-app.