Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ nextarter-nextui Public archive

template to initialize Next.js project with Next-UI and typescript setup

Notifications You must be signed in to change notification settings

sozonome/nextarter-nextui

Repository files navigation

nextarter-nextui

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

This is a Next.js project bootstrapped with create-next-app with TypeScript setup. Start developing right away!

🔋⚡ Battery Packed template

  • ✔️ toolings for linting, formatting, and conventions configured

    eslint, prettier, husky, lint-staged, and standard-version

  • 📱 PWA-ready

    next-pwa configured, enabled by default, just disable it through next.config.js

  • 🔎 SEO optimization configured

    with next-seo and next-sitemap. you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.

Getting Started

You can either click Use this template button on this repository and clone the repo or directly from your terminal:

npx degit sozonome/nextarter-nextui <YOUR_APP_NAME>

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

References