componentry-elements
v0.0.1
Published
Components Library
Readme
Getting Started
To start building a new web component run:
npm install
npm startTo build the component for production, run:
npm run buildTo run the unit tests for the components, run:
npm test