Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyhou/typescript-esbuild-monorepo-reference


https://github.com/zyhou/typescript-esbuild-monorepo-reference

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

```bash
## Run
yarn workspace @project/api dev
yarn workspace @project/app dev

## Typecheck
yarn workspace @project/api typecheck
yarn workspace @project/app typecheck
yarn workspace @project/core typecheck

## test
yarn api:test:unit:watch
yarn core:test:unit:watch
yarn app:test:unit:watch

## Format && Lint

yarn format
yarn lint
```