Skip to content

Kars1996/template

Repository files navigation

NextJS Quickstart 👑

v1.4


This is a Next.js template created for super-powering Kars Apps quickly. It includes:

  • Inter - A google font.
  • The theme provider includes Locomotive Scroll, AOS built specifically for Lenis. (locomotive-aos)
  • Quickstart global.scss and animations.scss
  • SASS already installed.
  • Tailwind ready to fly.
  • Prisma ready to launch! (Just create the .env vars)
  • Custom UI/Libs for easy customization.
  • Middleware setup for auth
  • Custom 404 and API quickstart
  • Much more coming soon!

Quickstart using create-kapp

npm i create-kapp@latest -g

then run the create-kapp command to initialize this template.

create-kapp

Follow the prompts for an instant setup!

Cloning

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

Option 1: Folder already exists

gh repo clone kars1996/Template .

Option 2: Folder does not exist

gh repo clone kars1996/Template <folder-name>

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

🔥 Template for my NextJS Sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published