NextJS and NextUI Dashboard Template Starter
This is a template for NextJS and NextUI, designed to quickly bootstrap a dashboard application.
Key features include:
- Dark Mode Support
- Full Responsiveness
- Home Page with Charts
- Accounts Page
- Utilizes NextUI V2 and Next.js
For Run
Install dependencies:
npm install
Start the development server:
npm run dev
Now you can visit https://localhost:3000
in your browser.