Skip to content

bryntum/bryntum-gantt-storyblok-starter

 
 

Repository files navigation

Bryntum Gantt with Next.js quickstart

This repository contains starter code to get you up and running with your Bryntum Gantt with Next.js project.

Requirements

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.

Getting Started

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 application

Run the local development server:

npm run dev

You'll see your Bryntum Gantt app at the following URL: http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.9%
  • CSS 8.4%
  • JavaScript 3.7%