Skip to content

bryntum/bryntum-gantt-microsoft-project-sync-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to connect and sync Bryntum Gantt to Microsoft Project

The code for the complete app is on the completed-gantt branch.

Getting started

This starter repository uses Vite, which is a development server and JavaScript bundler. You’ll need Node.js version 18+ for Vite to work.

Install the Vite dev dependency by running the following command: 

npm install

Install the Bryntum Gantt component by following the first two steps of the guide to using the Bryntum npm repository and step four of the guide to setting up Bryntum Gantt with vanilla JavaScript and npm.

Running the app

Run the local dev server using the following command:

npm run dev

You'll see a Bryntum Gantt with two tasks and one dependency between the tasks:

Initial Bryntum Gantt with two tasks and a dependency between the tasks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • HTML 41.8%
  • CSS 15.7%