This is a fully-buildable example project demonstrating a variety of ways to use locales. For a complete walkthrough, read the locale docs »
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/locales
npm install
bash
npm run build
npm run watch # continously build
npm run clean # start fresh
After running build
or watch
, open up one of the *.html
files in a browser.