Skip to content

A minimal NextJS starter template pre-configured with TypeScript, ESLint, Prettier, and Husky.

License

Notifications You must be signed in to change notification settings

dvzrd/next-starter

Repository files navigation

Minimal NextJS Starter Template

This is a minimal NextJS starter template pre-configured with TypeScript, ESLint, Prettier, and Husky.

Features

Using the latest versions of the following libraries and frameworks:

Setup

GitHub Template

Create a repo from this template on GitHub.

Install Dependencies

yarn

Start NextJS in Development Mode

yarn dev

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

Start NextJS in Production Mode

yarn build
yarn start

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

Fonts

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Additional Info

This project is intended as a minimal starting point for a NextJS TypeScript app, pre-configured with basic ESLint, Prettier, and Husky settings.

This template is based on next-starter by Christopher Carpenter.

Resources

To learn more about NextJS, take a look at the following resources:

About

A minimal NextJS starter template pre-configured with TypeScript, ESLint, Prettier, and Husky.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published