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
# First install the create-napp package globally
npm i create-napp@latest -gthen run the create-napp command to initialise this template.
create-nappYou'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 existTo initialise this template, choose one of the following options:
gh repo clone Nitlix/NNT .gh repo clone Nitlix/NNT <folder-name>
# the folder name is optionalgh repo fork Nitlix/NNTFirstly install the dependencies:
npm i
# or
yarn
# or
pnpm iThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen 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.
