Stencil Test Dev is a boilerplate project designed to streamline the development, testing, and debugging of Stencil-based web components. The project provides an optimized environment for:
- Building Stencil components
- Testing features during development
- Reproducing and debugging issues
- Creating reference implementations for GitHub issue reports
This setup includes:
- Linting: ESLint
- Testing: Jest
- Code Formatting: Prettier
- TypeScript support
- Bootstrap 5 theme: "Darky"
Clone the repository:
git clone https://github.com/t-model00291182/stencil-test-dev.git
cd stencil-test-devInstall dependencies:
npm installStart the development server:
npm startRun unit tests:
npm testBuild the project:
npm run buildThis boilerplate can be used to develop new Stencil components, test features, and debug issues. If an issue is found, you can create a feature branch within this project to reproduce the issue before reporting it on GitHub.
This project is open-source and available under the MIT License.
