A basic repository that includes all the packages necessary for starting a new StencilJS project with opinionated version and release controls. The Stencil portion of the project is empty.
- Checkout the repository using
git clone https://github.com/daqst/stencil-starter.git my-project - Remove the old origin
cd my-project && git remote remove origin - Install packages
npm i - Replace the placeholders in
package.jsonandstencil.config.ts.PROJECT_NAMEinpackage.jsonandSTENCIL_NSin bothpackage.jsonandstencil.config.ts(this needs to be the same value).