Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyhou/typescript-esbuild-monorepo
https://github.com/zyhou/typescript-esbuild-monorepo
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyhou/typescript-esbuild-monorepo
- Owner: zyhou
- Created: 2022-01-08T11:50:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T00:53:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T13:47:30.959Z (about 2 months ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```