Skip to content

Monorepo, with yarn and workspaces and Typescript and shit

Notifications You must be signed in to change notification settings

wh4everest/monorepo-yarn-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monorepo-yarn-workspace

To see how it works:

# in one terminal

yarn install
tsc -w -p packages/h4-format/ & tsc -w -p packages/h4-zip/ & tsc -w -p packages/backend/

# in another terminal

cd packages/backend
node build/index.js

Try editing the files in VSCode.

About

Monorepo, with yarn and workspaces and Typescript and shit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published