This is a fully-buildable example project for FullCalendar and moment-timezone. For a complete walkthrough, read the FullCalendar moment-timezone Docs »
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/moment-timezone
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.