Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/npm-workspace-playground
https://github.com/ertrzyiks/npm-workspace-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/npm-workspace-playground
- Owner: ertrzyiks
- Created: 2021-05-07T10:31:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T10:34:25.000Z (over 3 years ago)
- Last Synced: 2024-12-07T19:36:03.419Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-workspace-playground
A sample repository managed by npm 7 workspaces.
1. Install the dependencies
```
npm install
```2. Run all the packages
```
npm run start --workspaces
```