Welcome to GVM-UI - a Next.js template for building modern and responsive user interfaces with ease.
- Next.js Framework: Built on top of the Next.js framework, GVM-UI leverages the power of React for fast and efficient UI development.
- Responsive Design: GVM-UI is designed to be fully responsive, ensuring a seamless experience across various devices and screen sizes.
- Customizable Styling: Easily customize the look and feel of your UI with MUI library included in the template.
- Optimized Performance: GVM-UI follows best practices for performance optimization, including code splitting and server-side rendering.
- Ready-to-Use Components: Includes a collection of reusable UI components to kickstart your project development.
- Routing and Navigation: Benefit from Next.js routing capabilities for smooth navigation and SEO-friendly URLs.
- Authentication: Classic authentication and social media authentication already included.
- Admin panel: Customizable blog with admin panel created.
- Configured database: REady to use database connected via Prisma ORM.
To get started with GVM-UI, follow these simple steps:
- Clone this repository to your local machine.
- Install dependencies using
npm install
oryarn install
. - Start the development server with
npm run dev
oryarn dev
. - Open your browser and navigate to
http://localhost:3000
to see the template in action.
This project is licensed under the MIT License.