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