Next.js + Tailwind CSS + TypeScript + ShadCN/UI starter packed with useful development features.
Made by Anish Ummenthala
This repository is packed with:
@/
prefixUse this repository as template
Disclosure: by using this repository as a template, there will be an attribution on your repository.
I'll appreciate if you do, so this template can be known by others too 😄
Using create-next-app
pnpm create next-app -e https://github.com/Anish-U/nextjs-starter-template %your_project_directory_name%
It is encouraged to use pnpm so the husky hooks can work properly.
pnpm install
You can start the server using this command:
pnpm dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying app/page.tsx
.
There are some things you need to change including title, urls, favicons, etc.
Don't forget to change the package name in package.json
This starter is using conventional commits, it is mandatory to use it to commit changes.