Go to file
amd123 f3c5b3343d update: aminberatu 2024-01-17 17:19:02 +07:00
.vscode initial commit 2024-01-05 13:57:30 +07:00
app update: landing 2024-01-12 16:55:22 +07:00
components update: aminberatu 2024-01-17 17:19:02 +07:00
config update: aminberatu 2024-01-17 17:19:02 +07:00
public update: aminberatu 2024-01-17 17:19:02 +07:00
styles git push 2024-01-09 13:24:58 +07:00
types initial commit 2024-01-05 13:57:30 +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
next.config.js initial commit 2024-01-05 13:57:30 +07:00
package-lock.json update: fixing layout and css 2024-01-11 05:17:33 +07:00
package.json update: fixing layout and css 2024-01-11 05:17:33 +07:00
postcss.config.js initial commit 2024-01-05 13:57:30 +07:00
tailwind.config.js update: fixing layout and css 2024-01-11 05:17:33 +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.