/nextjs-starter

A minimal Next.js starter kit

Primary LanguageTypeScriptMIT LicenseMIT

About

A Minimal Next.js Starter kit

Features

  • Theming (Typography, Layouts etc.)
  • Authentication (Login & Sign up)

Resources

Quick Start

  1. Run yarn install.
  2. Run yarn dev to start the development server.
  3. The app can be visited here: http://localhost:3000

Automatic Formatting

Run automatic code formatting with:

yarn format

Linting

Run the linter with:

yarn test:lint