Skip to content

Example of a TypeScript monorepo that supports development using internal dependencies with or without a build step.

Notifications You must be signed in to change notification settings

morganney/monorepo-mix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monorepo-mix

Example of how to use a TypeScript monorepo that supports development against internal package dependencies without requiring a build step.

This primarily relies on tsx and user conditions in a package.json's conditional exports.

Running

  1. npm install
  2. npm run dev -w app
  3. Navigate to http://localhost:5173

If you want to run against the component's build then run npm run build -w components followed by npm run dev:build -w app.

About

Example of a TypeScript monorepo that supports development using internal dependencies with or without a build step.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published