Skip to content

BlazeIsClone/dark-roacher

Repository files navigation

NodeJS Sandbox Monorepo

Turborepo Typescript Docker

Components as packages and servers as applications.

Commands

Start in development mode (with live reload)

npm run dev:docker

What's inside?

This turborepo uses npm as a package manager. It includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Useful Links

Learn more about the power of Turborepo: