Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 522 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 522 Bytes

Stencil Custom Components

This project is based on the repository stencil-component-starter. It contains some custom components:

  • slider

Installation

git clone https://github.com/gitmathub/stencil-component.git
cd stencil-component
git remote rm origin

and run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test