-
⛓️ ethereum hooks
useAccountBalance,useNetworkColor -
✔️ toolings for linting, formatting, and conventions configured
eslint,prettier,husky,lint-staged,commitlint,commitizen, andstandard-version -
📱 PWA-ready
next-pwaconfigured, disabled by default, just enable it throughnext.config.js -
🔎 SEO optimization configured
with
next-seoandnext-sitemap. you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it. -
🎨 basic responsive layout configured
git clone https://github.com/occupy5/next-dapp-starter
pnpm install
pnpm dev- Build production with
pnpm build, then run the production build usingpnpm start. - Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with
pnpm test:e2e.
References: