Note that you will need to use npm 6 or higher.
Run:
npm i -g npm
To install latest version of npm
npm init stencil-starter-pack <projectName>
Example:
npm init stencil-starter-pack my-stencil-storybook-app
If you want to add features, clone this repo, open terminal:
npm installThen, compile and run the starter:
npm run devAnd it will help you test out your changes.
Created by Rafael Bernal:
Realized by William M. Riley:
- MIT