Skip to content

A monorepo includes Turbo, PNPM, Next.js, TypeScript, Jest, ESLint, Storybook, Husky.

Notifications You must be signed in to change notification settings

dawangraoming/nextjs-monorepo-template

Repository files navigation

nextjs-monorepo-template

A monorepo includes Turbo, PNPM, Next.js, TypeScript, Jest, ESLint, Storybook, Husky.

What is this?

If you want to build a fullstack Nextjs app with Monorepo, this is the template for you.

You can click "Use this template" button in GitHub to fork this repo. You can merge in improvements in this repo to your project over time.

Clone your copy of this template, then do a search and replace for "@dawangraoming" to give it a name.

Quickstart

Prerequisites

Assumes you have pnpm installed.

Setup

pnpm i  # install dependencies
pnpm dev # start dev server

Features

Click links to learn more and view documentation.

Commands

Start Nextjs dev server

pnpm dev

Start Storybook server

pnpm run storybook