ashablovskiy / create-web3-frontend

The fastest way to get started with a fully-fledged web3 frontend

Home Page:https://www.npmjs.com/package/create-web3-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-web3-frontend

package downloads

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. --chakra or --chakra-ui: Use Chakra UI instead of Tailwind CSS.
  3. --use-npm: Use npm for installing dependencies.
  4. --use-pnpm: Use pnpm for installing dependencies.

Thanks

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

About

The fastest way to get started with a fully-fledged web3 frontend

https://www.npmjs.com/package/create-web3-frontend


Languages

Language:TypeScript 71.0%Language:JavaScript 28.4%Language:CSS 0.6%