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.
This template comes with several essential features:
- Server side rendering setup for Mantine
- ESLint setup with eslint-config-mantine
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