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
npm init stencil <starter> <projectName>
Example:
npm init stencil app my-stencil-app
If you want to add features, clone this repo, open terminal:
npm install
Then, compile and run the starter:
npm run dev
And it will help you test out your changes.
Created by William M. Riley:
- MIT