# typescript-example **Repository Path**: mirrors_fullcalendar/typescript-example ## Basic Information - **Project Name**: typescript-example - **Description**: An example dev environment for FullCalendar + TypeScript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **NOTE:** this example has been moved to https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/typescript # FullCalendar TypeScript Example An example dev environment for FullCalendar + [TypeScript], using [Webpack] and [ts-loader]. [More information on setting up TypeScript with Webpack »](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html) ## Installation ```sh npm install npm run build ``` Then run `index.html` in a browser. For watching, run `npm run watch`. [TypeScript]: https://www.typescriptlang.org/ [Webpack]: https://webpack.js.org/ [ts-loader]: https://github.com/TypeStrong/ts-loader