Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawad/typescript-yarn-workspace-example
https://github.com/benawad/typescript-yarn-workspace-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benawad/typescript-yarn-workspace-example
- Owner: benawad
- Created: 2018-06-08T14:39:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T14:14:18.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T08:11:00.529Z (3 months ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 86
- Watchers: 6
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-yarn-workspace-example
## Watch how this was made:
This branch: https://youtu.be/EoqzOEZIzhg
Entire playlist: https://www.youtube.com/playlist?list=PLN3n1USn4xll1d97ZtIk2t7UpSxWGdIn5
## Running
```
git clone https://github.com/benawad/typescript-yarn-workspace-example.git
cd typescript-yarn-workspace-example
yarn install
cd packages/common
yarn build
cd ../server
yarn add express
yarn add -D @types/express
yarn build
```