An example dev environment for FullCalendar + TypeScript, using Webpack and Awesome TypeScript Loader.
More information on setting up TypeScript with Webpack »
npm install
npm run build
Then run index.html
in a browser.
For watching, run npm run watch
.
The npm install
script will install all required dependencies listed in package.json
.
Here are the installation commands for use in your own project:
npm install --save jquery fullcalendar
npm install --save-dev typescript webpack awesome-typescript-loader source-map-loader
npm install --save-dev @types/jquery