This is a fully-buildable example project for FullCalendar and Bootstrap 5.
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/bootstrap5
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.