An open API service indexing awesome lists of open source software.

https://github.com/pguso/stencil-calendar


https://github.com/pguso/stencil-calendar

Last synced: 12 months ago
JSON representation

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

![Image of the calendar we built](https://miro.medium.com/max/1680/1*flrGmGkGF3JcwfDoca4QpQ.png)

# Run this project locally

```
git clone git@github.com:pguso/stencil-calendar.git
cd stencil-calendar
npm install
npm start
```