Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyhou/typescript-esbuild-monorepo-reference
https://github.com/zyhou/typescript-esbuild-monorepo-reference
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyhou/typescript-esbuild-monorepo-reference
- Owner: zyhou
- Created: 2022-01-09T01:03:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T21:43:38.000Z (almost 3 years ago)
- Last Synced: 2024-04-08T18:15:11.215Z (7 months ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```