mikqi / stencil-boilerplate

Stencil Component Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With Stencil

Getting Started

To start building a new web component, clone this repo to a new directory:

git clone https://github.com/mikqi/stencil-boilerplate.git my-component
cd my-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

About

Stencil Component Boilerplate

License:MIT License


Languages

Language:TypeScript 46.8%Language:CSS 43.0%Language:HTML 10.3%