🌟 Kickstart Your Web3 Development Journey! 🌟
Are you ready to dive into the world of Web3 development? Look no further! Check out the Mantine-Web3-Template, a powerful and streamlined setup designed to help you build modern, interactive applications using Mantine, RainbowKit, and Next.js.
Click Use this template
button at the header of repository and
create new repository with @mantine
packages. Note that you have to be logged in to GitHub to generate template.
This template comes with several essential features:
- Server side rendering setup for Mantine
- ESLint and TypeScript configurations for cleaner code
Whether you're a seasoned developer or just starting your journey, this template will help you create incredible applications that leverage blockchain technology with ease.
dev
– start dev serverbuild
– bundle application for productionexport
– exports static website toout
folderanalyze
– analyzes application bundle with @next/bundle-analyzer
typecheck
– checks TypeScript typeslint
– runs ESLintprettier:check
– checks files with Prettiertest
– runsjest
,prettier:check
,lint
andtypecheck
scripts
prettier:write
– formats all files with Prettier