Skip to content

Latest commit

 

History

History

next12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FullCalendar Next.js 12 Example

FullCalendar works well with the React framework Next.js

Installation

git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/next12
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