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