This repository contains starter code to get you up and running with your Bryntum Calendar with Next.js project.
The Next.js starter code requires Node.js 20 or higher. Bryntum Calendar requires React 16.0.0 or higher, and for applications written in TypeScript, TypeScript 3.6.0 or higher.
Install the Next.js dependencies by running the following command:
npm install
Installing the Bryntum Calendar component using npm is the quickest way to use our products. First, get access to the Bryntum private npm registry by following the guide in our docs. Once you’ve logged in to the registry, install the Bryntum Calendar component.
If you have a Bryntum license, use the following command:
npm install @bryntum/calendar @bryntum/calendar-react
If you are trying out our component, install the trial version:
npm install @bryntum/calendar@npm:@bryntum/calendar-trial @bryntum/calendar-react
Run the local development server:
npm run dev
You'll see your Bryntum Calendar app at the following URL: http://localhost:3000.