Skip to content

Instantly share code, notes, and snippets.

@jherr
Created January 27, 2022 23:27
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jherr/ef96f1e9b6c41de79120f606578b7438 to your computer and use it in GitHub Desktop.
Save jherr/ef96f1e9b6c41de79120f606578b7438 to your computer and use it in GitHub Desktop.
Simple monorepo starter
{
"name": "packages",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "concurrently \"wsrun --parallel start\""
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"concurrently": "^5.2.0",
"wsrun": "^5.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment