Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 850 Bytes

File metadata and controls

31 lines (21 loc) · 850 Bytes

wanner.work/next-starter

Minimal starter template to use with next.js.

It includes:

  • Next.js App Router
  • Tailwindcss v4
  • React (React Compiler)
  • Typescript v7
  • Oxlint
  • Oxfmt
  • Agent ready setup

(* We use unreleased versions of TypeScript to take advantage of the immense performance improvements. If a problem arises, you can switch to the latest stable versions by changing the dependencies in package.json.)

Getting started

The easiest way to get started is by using giget to get the template:

pnpx giget@latest gh:wanner-work/next-starter ./next-starter

Good to know

JetBrains IDEs

Install the Oxc in JetBrains Marketplace to get support for Oxlint and Oxfmt in JetBrains IDEs and enable the auto format on save feature.