You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TZGyn 0e3eda75f6
Added test api route
2 years ago
app Added test api route 2 years ago
components Added dashboard route 2 years ago
config Added dashboard route 2 years ago
public init 2 years ago
styles init 2 years ago
types init 2 years ago
.dockerignore Added docker 2 years ago
.eslintrc.json init 2 years ago
.gitignore init 2 years ago
.prettierrc.yaml Added prettier config 2 years ago
Dockerfile Added docker 2 years ago
LICENSE init 2 years ago
README.md init 2 years ago
docker-compose.yml Added docker 2 years ago
next.config.js init 2 years ago
package-lock.json init 2 years ago
package.json Added dashboard route 2 years ago
pnpm-lock.yaml Added dashboard route 2 years ago
postcss.config.js init 2 years ago
tailwind.config.js init 2 years ago
tsconfig.json init 2 years ago

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.