Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.94 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.94 KB

Next.js Starter Template Banner

Minimal Next.js Starter Template

This is a minimal Next.js starter template preconfigured with TypeScript, ESLint, Prettier, and Husky.

Features

Getting Started

GitHub Template

Create a repo from this template on GitHub.

Install NPM Packages

npm i

Start Next.js in Development Mode

npm run dev

The application will start at http://localhost:3000 by default.

Start Next.js in Production Mode

npm run build
npm run start

The application will start at http://localhost:3000 by default.

Learn More

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 Inter, a custom Google Font.

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: