apps/help.mantine.dev/src/pages/q/templates-usage.mdx
import { Layout } from '@/layout';
export const meta = { title: 'How to use Mantine template on GitHub?', description: 'Learn how to create a new repository based on Mantine template', slug: 'templates-usage', category: 'about', tags: ['templates', 'getting started', 'github'], created_at: 'November 15, 2024', last_updated_at: 'November 15, 2024', };
export default Layout(meta);
Mantine provides a set of templates for the most common use cases. A template is a set of configuration files that are required to get started with Mantine and a React framework of your choice. You can find a list of all available templates on the getting started page.
In order to use any of the templates, install the following software:
To get started with one of the templates:
yarnyarn dev/yarn start (the exact command depends on the framework of the template)If you do not have a GitHub account, you can download a template as a ZIP archive:
yarnyarn dev/yarn start (the exact command depends on the framework of the template)