https://github.com/coryrylan/stencil-demos
A demo Web Component built with Stencil JS
https://github.com/coryrylan/stencil-demos
Last synced: 11 months ago
JSON representation
A demo Web Component built with Stencil JS
- Host: GitHub
- URL: https://github.com/coryrylan/stencil-demos
- Owner: coryrylan
- License: mit
- Created: 2017-09-06T03:30:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T05:29:56.000Z (over 8 years ago)
- Last Synced: 2025-05-10T21:02:00.399Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://coryrylan.com/blog/create-your-first-web-component-with-stencil-js
- Size: 95.7 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Stencil Dropdown Component Demo
This is a small demo showing how to create your first Web Component using
[https://stenciljs.com/](https://stenciljs.com/).
The tutorial can be found at [https://coryrylan.com/blog/create-your-first-web-component-with-stencil-js](coryrylan.com/blog/create-your-first-web-component-with-stencil-js)
To start the project run the following
- clone repo
- `npm install`
- `npm start`