https://github.com/loopmode/crosslink-example
example project using crosslink and yarn workspaces
https://github.com/loopmode/crosslink-example
Last synced: 4 months ago
JSON representation
example project using crosslink and yarn workspaces
- Host: GitHub
- URL: https://github.com/loopmode/crosslink-example
- Owner: loopmode
- Created: 2018-06-05T07:08:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T14:26:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T16:26:35.110Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 759 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# crosslink-example
Example of how to use `yarn` and `crosslink` to manage multiple workspaces in a full-stack project.
- Contains three workspaces `workspaces/client`, `workspaces/server` and `workspaces/common`.
- The client is bootstrapped with `create-react-app`
- The server is bootstrapped with `generator-express-no-stress`
- Each workspace contains an actual yarn workspace with a `packages/*` structure.
- `client` packages can access all other `client` packages and all `common` packages
- `server` packages can access all other `server` packages and all `common` packages
## Installation
Clone this repo. Run `yarn setup` or launch `setup.sh`.