This project is based on the repository stencil-component-starter. It contains some custom components:
- slider
git clone https://github.com/gitmathub/stencil-component.git
cd stencil-component
git remote rm originand run:
npm install
npm startTo build the component for production, run:
npm run buildTo run the unit tests for the components, run:
npm test