Go to file
amd123 c36cc8f0aa update 2024-04-24 11:14:06 +07:00
.vscode initial commit 2024-01-05 13:57:30 +07:00
app update 2024-04-24 11:14:06 +07:00
components update 2024-04-24 11:14:06 +07:00
config feat: master article 2024-04-19 20:26:27 +07:00
public feat: media online update 2024-04-03 13:55:58 +07:00
service update 2024-04-24 11:14:06 +07:00
styles update 2024-04-24 11:14:06 +07:00
types feat: master article 2024-04-19 20:26:27 +07:00
.eslintrc.json initial commit 2024-01-05 13:57:30 +07:00
.gitignore initial commit 2024-01-05 13:57:30 +07:00
LICENSE initial commit 2024-01-05 13:57:30 +07:00
README.md initial commit 2024-01-05 13:57:30 +07:00
debug.log feat: list news 2024-03-07 10:33:43 +07:00
next.config.js update minor 2024-03-08 10:28:18 +07:00
package-lock.json feat: master article 2024-04-19 20:26:27 +07:00
package.json feat: master article 2024-04-19 20:26:27 +07:00
postcss.config.js initial commit 2024-01-05 13:57:30 +07:00
tailwind.config.js feat: web-humas 2024-02-19 15:39:35 +07:00
tsconfig.json initial commit 2024-01-05 13:57:30 +07:00

README.md

Next.js & NextUI Template

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

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/nextui-org/next-app-template

Install dependencies

npm install

Run the development server

npm run dev

License

Licensed under the MIT license.