FullCalendar Premium Next.js Example

FullCalendar Premium works well with the React framework Next.js

Installation

bash git clone https://github.com/fullcalendar/fullcalendar-examples.git cd fullcalendar-examples/next-scheduler npm install

Build Commands

npm run dev # watch and rebuild while developing npm run build # build for production npm run start # run the production build npm run lint # lint source files