Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 348 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 348 Bytes

Shoelace webpack Example

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.