Skip to content

murgatt/next-template

Repository files navigation

Overview

This is a simple Next.js starter template bootstrapped with create-next-app. Prettier and ESLint are included and configured with a bunch of rules. It also comes with a basic GitHub workflow.

Stack:

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Scripts

Lint

Check

pnpm lint

Fix

pnpm lint:fix

Prettier

Check

pnpm prettier

Fix

pnpm prettier:fix

Tests

With Vitest

pnpm test

Check types

pnpm types

About

A simple Next.js starter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published