Skip to content

bhaveshxrawat/react-youtube-liteframe

Repository files navigation

39_1x_shots_so

react-youtube-liteframe Monorepo

This repository contains the source code for the react-youtube-liteframe package and test-app to test the package in a local development setup.

👉 See packages/react-youtube-liteframe/README.md for usage and documentation.

👨‍💻 Local Development

This project uses pnpm workspaces for local testing instead of global linking.

1. Project structure

/packages
  /react-youtube-liteframe  ← library
  /test-app                  ← your test app
pnpm-workspace.yaml

pnpm-workspace.yaml:

packages:
  - "packages/*"

2. Setup

pnpm install

This installs dependencies across both the library and the test app and links them automatically.

3. Development workflow

  • Library: inside react-youtube-liteframe
    pnpm dev
  • Test app: inside test-app
    pnpm run dev

When you make changes inside your library, rebuild it (pnpm run dev), and your test app will pick them up automatically.

No pnpm link or global linking needed!

Releases

No releases published

Packages

 
 
 

Contributors