Nx + Next.js Starter

Nx + Next.js Starter

A production-ready monorepo template with App Router, shared UI libraries, and Nx superpowers built in.

Enable Nx Cloud - Free Remote Cache
☁️
Speed up CI with Nx Cloud

Remote caching, distributed task execution (DTE), and self-healing CI. Connect your workspace - it's free to start.

What's included

Quick commands

Develop

npx nx serve web

Build all

npx nx run-many -t build

Test affected

npx nx affected -t test

Visualize graph

npx nx graph