Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 661 Bytes

File metadata and controls

24 lines (16 loc) · 661 Bytes

Migrate from DayPilot Scheduler to Bryntum Scheduler: starter repository

Getting started

Install the dependencies:

npm install

Download the DayPilot Pro Scheduler JavaScript code. The trial version is licensed for testing and evaluation purposes. The trial period is 60 days. Copy the scripts folder and add it to the public directory.

Create and populate a local SQLite database by running the addExampleData.js Node script:

node addExampleData.js

Run the development server for this Express.js app using the following command:

npm run start