Партнерская система управления и мониторинга ППС для владельцев
Go to file
2025-08-08 17:12:05 +03:00
.vscode init 2025-08-08 17:12:05 +03:00
app init 2025-08-08 17:12:05 +03:00
public init 2025-08-08 17:12:05 +03:00
src init 2025-08-08 17:12:05 +03:00
.editorconfig init 2025-08-08 17:12:05 +03:00
.env init 2025-08-08 17:12:05 +03:00
.env.example init 2025-08-08 17:12:05 +03:00
.gitattributes init 2025-08-08 17:12:05 +03:00
.gitignore init 2025-08-08 17:12:05 +03:00
.npmrc init 2025-08-08 17:12:05 +03:00
.prettierignore init 2025-08-08 17:12:05 +03:00
.prettierrc.json init 2025-08-08 17:12:05 +03:00
.stylelintrc.json init 2025-08-08 17:12:05 +03:00
eslint.config.mjs init 2025-08-08 17:12:05 +03:00
LICENSE init 2025-08-08 17:12:05 +03:00
middleware.ts init 2025-08-08 17:12:05 +03:00
next.config.js init 2025-08-08 17:12:05 +03:00
package.json init 2025-08-08 17:12:05 +03:00
postcss.config.js init 2025-08-08 17:12:05 +03:00
README copy.md init 2025-08-08 17:12:05 +03:00
README.md init 2025-08-08 17:12:05 +03:00
tailwind.config.js init 2025-08-08 17:12:05 +03:00
tsconfig.json init 2025-08-08 17:12:05 +03:00

Next.js & HeroUI Template

This is a template for creating applications using Next.js 14 (app directory) and HeroUI (v2).

Try it on CodeSandbox

Technologies Used

How to Use

Use the template with create-next-app

To create a new project based on this template using create-next-app, run the following command:

npx create-next-app -e https://github.com/heroui-inc/next-app-template

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using npm:

npm install

Run the development server

npm run dev

Setup pnpm (optional)

If you are using pnpm, you need to add the following code to your .npmrc file:

public-hoist-pattern[]=*@heroui/*

After modifying the .npmrc file, you need to run pnpm install again to ensure that the dependencies are installed correctly.

License

Licensed under the MIT license.