This is a fully-buildable example project for FullCalendar Premium and TypeScript, leveraging Webpack and ts-loader.
More information on setting up TypeScript with Webpack »
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/typescript-scheduler
npm install
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.