next-ui-starter-template
next-ui-starter-template copied to clipboard
🌵 Next.js + NextUI - It's here 🎉 A clean and focus on ease-to-use starter template with some cool features. With 💜 by Vilictus.
Next.js + NextUI V1 Starter Template 🚀
🚨 Note: This template is based on NextUI V1 Documentation.
⚠ NextUI V2 starter based in TailwindCSS is avaliable in the next repository.
⚠ 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 and NextUI Library. 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
⚡ To run this locally:
1. Clone this repository, using git:
git clone https://github.com/Vilictus/NextUI-Starter.git nextui-starter
cd nextui-starter
3. Install dependences and run the app (using NPM):
npm i
npm run dev
5. Congrats. Now you are able to use the starter template.