Skip to content

markuryy/mantine-nextjs-starter

Repository files navigation

New Project

This is a Next.js project bootstrapped with create-next-app, using Mantine for UI components and styling.

Features

  • Next.js 13 with App Router
  • Mantine UI components
  • TypeScript
  • Responsive layout with AppShell
  • Documentation page

Getting Started

First, install dependencies and run the development server:

bun i
bun dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

  • src/app: Contains the main application pages and layouts
  • src/components: Reusable React components
  • src/data: JSON data files
  • public: Static assets

Available Pages

  • Home: /
  • Documentation: /docs
  • Settings: /settings (to be implemented)

Customization

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.

To customize the Mantine theme, edit the theme object in src/app/layout.tsx.

Learn More

To learn more about the technologies used in this project, check out the following resources:

Deployment

This project is ready to be deployed on Vercel, the platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published