An example project that uses NPM workspaces to create a Node.js TypeScript monorepo.
This project is from one of my blog articles.
Install dependencies
npm i
Build the project
npm run build
CLI module
npm start -w @fantastic/cli
Web module
npm start -w @fantastic/web