A minimal setup that demonstrates how to import Shoelace components with webpack.
For development:
npm run startFor a production build:
npm run buildTo start a local server to verify everything works, build the project and run:
npx http-serverThen open a browser at the URL shown.