chiangs / chiangs.dev

Monorepo using Turborepo, with Remix, Sanity Studio, Storybook apps, and config and UI component packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monorepo!

Introduction

This is a monorepo example using Turborepo and my go-to technologies.

What's in this monorepo?

/apps/web - Remix with Typescript targeted to Vercel deployment, imports components from ui package.

/apps/storybook - Storybook with Vite Builder, stories only, imports components from ui package.

/apps/studio - Sanity Studio.

/packages/eslint-config-custom - Custom ES Lint configs for other packages and apps to use.

/packages/tsconfig - Custom TS Config rules for other packages and apps to use.

/packages/ui - Normal React component package.

/packages/ui - React component package with Vite and Vitest.

Commands

About

Monorepo using Turborepo, with Remix, Sanity Studio, Storybook apps, and config and UI component packages


Languages

Language:JavaScript 77.7%Language:TypeScript 22.1%Language:HTML 0.2%