NJWDS web components implemented using Stencil
- Make sure you're in the
packages/stencil-library
directory. - Run
npm install
.
Run npm run build
from from packages/stencil-library
to generate the dist
package.
The stencil.config.ts
is configured to generate three output targets:
Run npm run test
from packages/stencil-library
.
Tests are implemented using Jest and Stencil's testing API.