riccardogiorato / cool-monorepo

Turborepo Monorepo Template with: Storybook Design System + Next.js app

Home Page:https://cool-monorepo-site.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cool Monorepo

A monorepo Template with Next.js, Storybook Design System, Turborepo, and much more

cover for turborepo nextjs storybook template

Monorepo Template with:

  1. Storybook as a Design System to showcase and test your Components
  2. Next.js to make the best website ever.
  3. Turborepo to make everything fast!

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • site: A site powered by Next.js
  • design-system: Core React components and Storybook to provide a full design system
  • utils: shared React utilities
  • tsconfig: shared tsconfig.jsons used throughout the monorepo
  • eslint-preset: ESLint preset

Each package and app is 100% Typescript.

Utilities

This turborepo has some additional tools already setup for you:

Using this example

Click on this Github link to start from this template to create your own project!

Deploying this Monorepo on Vercel

Design System Config

  • Build Command:
yarn design-system-vercel
  • Output Directory: packages/design-system/dist

Site Config

  • Build Command:
yarn site-vercel
  • Output Directory: packages/site/dist

About

Turborepo Monorepo Template with: Storybook Design System + Next.js app

https://cool-monorepo-site.vercel.app/

License:MIT License


Languages

Language:TypeScript 69.0%Language:CSS 15.7%Language:JavaScript 15.3%