This React Appointment planner demo application showcases the usage of several Essential JS 2 React components in a real world application scenario. This demo explores an appointment scheduling application for doctors in a clinic to manage their appointments with patients.
To install the application dependencies, use the following command:
npm install
To Build the application, use the below command,
npm run build
To run the sample in the browser with live reload, use the following command:
npm run start
Check all the showcase samples from here.
If you see a license banner when running your application, it means that you need to obtain a license key and register it within the application in order to use Syncfusion components. You can find more information on how to obtain and register a license key on our Licensing overview page.