Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 483 Bytes

File metadata and controls

9 lines (5 loc) · 483 Bytes

example-static

Example implementation of NJWDS web components in vanilla HTM for testing the stencil-library build during development.

How to install and run the example

  1. Build the stencil-library package by moving to the /packages/stencil-library directory and running npm run build

  2. Open index.html file in a local development server (e.g. using the VSCode Live Server extension).