https://github.com/khriztianmoreno/croosy-widget
Calendar widget for croosy
https://github.com/khriztianmoreno/croosy-widget
javascript react react-widget reactjs widget
Last synced: 3 months ago
JSON representation
Calendar widget for croosy
- Host: GitHub
- URL: https://github.com/khriztianmoreno/croosy-widget
- Owner: khriztianmoreno
- Created: 2020-04-17T01:35:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T17:07:32.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T14:46:31.680Z (over 1 year ago)
- Topics: javascript, react, react-widget, reactjs, widget
- Language: JavaScript
- Homepage: https://croosy-widget.netlify.app/
- Size: 1.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Croosy Widget
HTML Calendar widget
## 🚀 Quick start
1. **Install dependencies**
```shell
npm install
```
2. **Start the site in `develop` mode.**
```shell
npm start
```
3. **Build project**
```shell
npm run build
```