FullCalendar React+MobX+TypeScript Example Project

An example project showing how FullCalendar's React Connector can be used with TypeScript and MobX for managing the lifcycle of events outside of the Calendar component in a separate store.

Installation

bash git clone https://github.com/fullcalendar/fullcalendar-examples.git cd fullcalendar-examples/react-mobx-typescript npm install

Build Commands

```bash npm run start # builds and opens a web browser

other commands:

npm run build # builds files into dist/ directory npm run watch # same as build, but watches for changes npm run clean # start fresh ```