https://github.com/juansedom/next-ui-starter-template
🌵 Next.js + NextUI - It's here 🎉 A clean and focus on ease-to-use starter template with some cool features. With 💜 by Vilictus.
https://github.com/juansedom/next-ui-starter-template
library next-ui nextjs nextjs-template nextui nextui-org nextui-starter nextui-template nextui-theme react starter starter-template template typescript ui
Last synced: 3 months ago
JSON representation
🌵 Next.js + NextUI - It's here 🎉 A clean and focus on ease-to-use starter template with some cool features. With 💜 by Vilictus.
- Host: GitHub
- URL: https://github.com/juansedom/next-ui-starter-template
- Owner: juansedom
- License: mit
- Created: 2023-06-30T22:38:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T03:13:37.000Z (10 months ago)
- Last Synced: 2025-01-02T19:39:12.546Z (5 months ago)
- Topics: library, next-ui, nextjs, nextjs-template, nextui, nextui-org, nextui-starter, nextui-template, nextui-theme, react, starter, starter-template, template, typescript, ui
- Language: TypeScript
- Homepage: https://next-ui-starter-template.vercel.app
- Size: 485 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js + NextUI V1 Starter Template 🚀
## 🚨 Note: This template is based on [NextUI V1](https://v1.nextui.org/) Documentation.
### ⚠ NextUI V2 starter based in TailwindCSS is avaliable in the next [repository](https://github.com/Vilictus/nextui-v2-starter-template).-----------------------------------------------
[](https://vercel.com/import/git?s=https://github.com/Vilictus/next-ui-starter-template) [](https://app.netlify.com/start/deploy?repository=https://github.com/Vilictus/next-ui-starter-template)
[](https://stackblitz.com/github/Vilictus/next-ui-starter-template)
⚠ This is a beta version! Still in construction! ⚠
## 📄 About this Project
Welcome to this Readme.md - This is a Starting Template for Deleveloper. Focus on easy-to-use. This template bring all tools required to work with [Next.js](https://nextjs.org/) and [NextUI Library](https://nextui.org/). This is made for developers how needs a base to use the last mentioned technologies.
## 🍃 Features:
- ⚡ Fast reload
- ⚙ Next/font configured (Poppins as default)
- 🎨 Clean code
- 🧧 Subfolders (config, layouts, types...) ready!
- 📚 Main Layout with Basic SEO (Prop)
- 🚀 Basic Metatags incluided- ⛑ General updates and fixes!
## 🌵 Live Demo: [Go to the Website](https://next-ui-starter.vercel.app/)
## ⚡ To run this locally:
**1**. Clone this repository, using [git](https://git-scm.com/):
```bash
git clone https://github.com/Vilictus/NextUI-Starter.git nextui-starter
```
```bash
cd nextui-starter
```**3**. Install dependences and run the app (using NPM):
```bash
npm i
``````bash
npm run dev
```**5**. Congrats. Now you are able to use the starter template.
## ⭐ All done! You're ready to work with Next.js and Next.UI.