This is a fully-buildable example project for FullCalendar and Bootstrap 4.
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/bootstrap
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.
This project's dependencies specify jquery
and popper.js
. However, they are not used.
They are only included to satisfy the bootstrap
package's peerDependency requirement,
which prevents an error from displaying.