A Next.js 15 with pages directory template pre-configured with HeroUI (v2) and Tailwind CSS.
The Next.js & NextUI Template is a pre-built template designed to simplify the process of creating applications using Next.js 13 and NextUI v2. It utilizes various technologies such as Tailwind CSS, TypeScript, Framer Motion, and next-themes to provide developers with a solid foundation for building robust and visually appealing web applications.
To use this template and create a new project, follow the steps below:
npm install -g create-next-app
.npx create-next-app@13.0.0-next-1234 --example <template-github-repo>
.<template-github-repo>
with the URL of the Next.js & NextUI Template repository. This can be found on the template’s GitHub page.cd <project-name>
.npm run dev
.http://localhost:3000
to see your application.The Next.js & NextUI Template is a comprehensive template that combines the power of Next.js 13 and NextUI v2 to simplify the process of creating web applications. With a wide range of features, including support for Tailwind CSS, TypeScript, Framer Motion, and next-themes, developers can quickly build visually appealing and interactive applications. The installation process is straightforward, allowing developers to get up and running with their projects in no time. Overall, this template provides a solid foundation for building modern and efficient web applications.