The code for the complete app is on the completed-app branch.
The starter repository uses Vite, which is a development server and JavaScript bundler. You’ll need Node.js version 20.19+ for Vite to work. Install the Vite dev dependency by running the following command:
npm installInstall the Bryntum Scheduler Pro component by first following the Using Bryntum NPM repository and packages guide to access the private Bryntum repository. Then, install the component. If you have a Bryntum license, use the following command:
npm install @bryntum/schedulerpro If you're using a Bryntum trial license, use the following command:
npm install @bryntum/schedulerpro@npm:@bryntum/schedulerpro-trialRun the local dev server using the following command:
npm run devYou'll see a Bryntum Scheduler Pro with a two resources and two events that are dependent on each other:
