dawangraoming / nextjs-monorepo-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 82.8%Language:JavaScript 14.6%Language:CSS 1.5%Language:Shell 1.2%