create-vrt-dapp
v1.0.9
Published
Scaffold a Vite + React + TailwindCSS + (hardhat) dapp with one command.
Maintainers
Readme
create-vrt-dapp
A CLI tool to scaffold a full-stack dApp project with:
- React + Tailwind + Vite frontend
- Hardhat Ethereum development backend
Usage
# Using npx (recommended)
npx create-vrt-dapp my-dapp
# Or install globally
npm install -g create-vrt-dapp
create-vrt-dapp my-dappFeatures
- Modern React setup with Vite for fast development
- TailwindCSS for styling
- Hardhat for Ethereum smart contract development
- Sample smart contract and frontend integration
Requirements
- Node.js >=14
