UI Extensions Dev Server
This package is a development server library for HubSpot UI Extensions. It provides a Vite and Express-powered server for local development of extensions, which is run via the HubSpot CLI. There is also a remoteBuild function, used by Artifactor to generate production builds of extensions.
Installation
You can install the package directly to run the CLI command to execute the production build locally:
npm install @hubspot/ui-extensions-dev-server
However, most people will use this package indirectly via the HubSpot cli:
hs project dev
Key Documentation
Ownership and Issue Management
We centerally manage issues in our primary ui-extensibility repo