tabz-widget-cli-demo
v1.1.0
Published
Tabz CLI tool
Downloads
12
Readme
tabz-widget-cli-demo
A CLI tool that runs a proxy server to inject the Tabz widget into web pages.
Installation
You don't need to install it, just use npx:
npx tabz-widget-cli-demoUsage
- Run the proxy server:
npx tabz-widget-cli-demoThe proxy will start on
http://localhost:3200and proxy requests tohttp://localhost:3000Open your browser to
http://localhost:3200to see your app with the widget injected
Features
- Automatically injects Tabz widget into HTML pages
- Proxies requests from port 3200 to port 3000
- Includes chat widget with message bubbles
- No configuration needed
Local Development
To test locally before publishing:
npm link
tabzPublishing
To publish to npm:
npm login
npm publishLicense
MIT
