App is using React and Vite. Using the two in conjunction is probably one of the fastest ways to build a web app.
Intend on making this my boilerplate for web3 apps. The app uses
- Raibowkit, the best auth for web3
- Wagmi, react hooks for web3 on Ethereum
- Tailwind
- DaisyUI, just trying to avoid design
npm install
all dependencies.npm run dev
to start vite and watch the HMR do wonders.