/ischedule

Primary LanguageTypeScript

iSchedule

This project showcase a simple usage of rrule library.

Demo

https://ischedule.optima.digital

Install

// using yarn
yarn

// or using npm
npm install

Run as web app

ionic serve

Production build for web

ionic build web

// and find the source code in `./www` folder.

Production build for Android or iOS

Check Ionic Framework documentation