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.
|
|
2 years ago | |
|---|---|---|
| app | 2 years ago | |
| components | 2 years ago | |
| config | 2 years ago | |
| drizzle | 2 years ago | |
| lib | 2 years ago | |
| public | 2 years ago | |
| styles | 2 years ago | |
| types | 2 years ago | |
| .dockerignore | 2 years ago | |
| .env.example | 2 years ago | |
| .eslintrc.json | 2 years ago | |
| .gitignore | 2 years ago | |
| .prettierrc.yaml | 2 years ago | |
| Dockerfile | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| docker-compose.yml | 2 years ago | |
| drizzle.config.ts | 2 years ago | |
| next.config.js | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years ago | |
| pnpm-lock.yaml | 2 years ago | |
| postcss.config.js | 2 years ago | |
| tailwind.config.js | 2 years ago | |
| tsconfig.json | 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.