https://github.com/pguso/stencil-calendar
https://github.com/pguso/stencil-calendar
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pguso/stencil-calendar
- Owner: pguso
- License: mit
- Created: 2020-10-10T09:49:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T17:47:54.000Z (about 5 years ago)
- Last Synced: 2025-04-01T18:10:12.940Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Calendar Web Component with Stencil.js
This Repository is part of a Medium Post https://medium.com/@pguso/create-a-calendar-with-stencil-js-web-component-deb091456df3

# Run this project locally
```
git clone git@github.com:pguso/stencil-calendar.git
cd stencil-calendar
npm install
npm start
```