WoodenPC / test-yarn-pnp-monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open the repo in VSCode and allow using TS version from workspace when prompted once you open any TS file.

Run Yarn once to unplug packages (notable esbuild).

yarn

Try running CLI tools

yarn prettier -c .
yarn eslint .
yarn tsc -b

Start the dev-server

yarn workspace @packages/app dev

Have fun!

About


Languages

Language:TypeScript 85.0%Language:JavaScript 8.0%Language:CSS 6.2%Language:HTML 0.9%