FullCalendar moment-timezone Example Project

This is a fully-buildable example project for FullCalendar and moment-timezone. For a complete walkthrough, read the FullCalendar moment-timezone Docs »

Installation

bash git clone https://github.com/fullcalendar/fullcalendar-examples.git cd fullcalendar-examples/moment-timezone 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.