Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.8 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.8 KB

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: