This is a tutorial application demonstrating how to use yalc to test npm packages locally before publishing them.
This repository is a demo application for the tutorial: Test packages locally before publishing with yalc.
Yalc is a great tool for developing and testing packages locally before publishing them to npm.
- React
- TypeScript
- Vite
- Yalc for local package management
# Install dependencies
npm install
# Run the development server
npm run dev