This is a minimal Next.js starter template preconfigured with TypeScript, ESLint, Prettier, and Husky.
Create a repo from this template on GitHub.
npm i
npm run dev
The application will start at http://localhost:3000 by default.
npm run build
npm run start
The application will start at http://localhost:3000 by default.
This project is intended to provide guidance on how to setup Next.js with useful development tools such as TypeScript, ESLint, Prettier, and Husky.
The template is based on the Next.js create-next-app with additional npm packages and configurations.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
If you would like to create your own Next.js app from scratch, run:
npx create-next-app@latest
To learn more about Next.js, take a look at the following resources: