Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.42 KB

Mantine Web3 Template

🌟 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.

How to start

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.

Features

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.

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • export – exports static website to out folder
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • prettier:write – formats all files with Prettier