https://github.com/ledouxm/pnpm-monorepo-starter
https://github.com/ledouxm/pnpm-monorepo-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ledouxm/pnpm-monorepo-starter
- Owner: ledouxm
- Created: 2024-03-30T14:00:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T14:02:29.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:45:16.898Z (about 2 years ago)
- Language: CSS
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pnpm monorepo containing
- packages/backend, a simple node app using vite-node and tsup
- packages/frontend, the output of pnpm create vite@latest
Both packages extends /tsconfig.json
You can execute scripts in a specific package using `pnpm backend|frontend script_name`