FullCalendar TypeScript Example Project

This is a fully-buildable example project for FullCalendar and TypeScript, leveraging Webpack and ts-loader.

More information on setting up TypeScript with Webpack »

Installation

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

Build Commands

bash npm run build npm run watch # continously build npm run clean # start fresh

After running build or watch, open up dist/index.html in a browser.