Skip to content

An example dev environment for FullCalendar + TypeScript

Notifications You must be signed in to change notification settings

kiransalian91/typescript-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullCalendar TypeScript Example

An example dev environment for FullCalendar + TypeScript, using Webpack and Awesome TypeScript Loader.

More information on setting up TypeScript with Webpack »

Installation

npm install
npm run build

Then run index.html in a browser.

For watching, run npm run watch.

Dependencies

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

About

An example dev environment for FullCalendar + TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.5%
  • JavaScript 24.1%
  • HTML 22.4%