This repository contains starter code to get you up and running with your Bryntum Gantt with Next.js project.
The Next.js starter code requires Node.js 18.17 or higher.
Bryntum Gantt 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 Gantt 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 into the registry, install the Bryntum Gantt component.
If you have a Bryntum license, use the following command:
npm install @bryntum/gantt @bryntum/gantt-react
If you are trying out our component, install the trial version:
npm install @bryntum/gantt@npm:@bryntum/gantt-trial @bryntum/gantt-react
Run the local development server:
npm run dev
You'll see your Bryntum Gantt app at the following URL: http://localhost:3000.