Skip to content

Get started with Mantine + RainbowKit + Next with just a few button clicks.

License

Notifications You must be signed in to change notification settings

Pfed-prog/Mantine-Web3-Template

Repository files navigation

Mantine Next Template

Get started with Mantine + RainbowKit + Next with just a few button clicks. 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:

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