Skip to content
/ NNT Public template

A public Next.JS template for scaffolding web apps instantly, without extra work. Now stable.

Notifications You must be signed in to change notification settings

nitlix/NNT

Repository files navigation

The #1 Next.JS Template 💖 - Star for a cookie 🍪

This is a Next.js template created for scaffolding web apps for production in a click. It includes:

  • Geist font
  • Theme provider (next-themes)
  • Lenis smooth scroll
  • Custom AOS initialiser (nitlix-aos)
  • A Navigation manager and provider
  • Metagen - Automatic meta-tag generation (nitlix-metagen)
  • Quickstart global.css and animations.scss
  • SCSS
  • Tailwind
  • 4 Fonts: Neue Montreal, Neutral Grotesk, Inter and Strretch Sans.
  • Drizzle ORM
  • i18n support via Next.js Proxy

Quickstarting using create-napp

# First install the create-napp package globally
npm i create-napp@latest -g

then run the create-napp command to initialise this template.

create-napp

You'll be prompted with this:

? Setup the project in...? »
# Use "." or "./" for the local folder.
# Use a foldername to setup the project in that folder. (It will be created if it doesn't exist

Cloning

To initialise this template, choose one of the following options:

Option 1: Folder already exists

gh repo clone Nitlix/NNT .

Option 2: Folder does not exist

gh repo clone Nitlix/NNT <folder-name>
# the folder name is optional

Option 3: Forking

gh repo fork Nitlix/NNT

Getting Started

Firstly install the dependencies:

npm i
# or
yarn
# or
pnpm i

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

About

A public Next.JS template for scaffolding web apps instantly, without extra work. Now stable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors