From 9430738aa232e707f391ff3f8b91ef351486fa28 Mon Sep 17 00:00:00 2001 From: Swathi Ravi Date: Fri, 21 Jul 2023 16:38:34 +0530 Subject: [PATCH 1/2] README file updated. --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 422f869..12b8628 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# react-scheduler-globalization-using-vite \ No newline at end of file +# react-scheduler-globalization-using-vite + +This project is a skeleton application used to create [Syncfusion React Components](https://www.syncfusion.com/react-components) web application. + +## Add Syncfusion Scheduler component in your application + +Refer the following UG documenation for adding Syncfusion React component in your application +* [Getting Started of Syncfusion React Scheduler component](https://ej2.syncfusion.com/react/documentation/schedule/getting-started) + +## Add Syncfusion React Scheduler component using Vite in your application + +Refer the following UG documenation for adding Scheduler React component using Vite in your application +* [Getting Started of Syncfusion React Scheduler component using Vite ](https://ej2.syncfusion.com/react/documentation/getting-started/vite) + +## Run the project + +``` +npm run dev +``` + +## Resources + +You can also refer the below resources to know more details about Syncfusion React Scheduler components. +* [Demo](https://ej2.syncfusion.com/react/demos/#/material3/schedule/default) +* [Documentation](https://helpej2.syncfusion.com/react/documentation/schedule/) \ No newline at end of file From 5b7b3926f59a02b3615e6b01907184fb04512391 Mon Sep 17 00:00:00 2001 From: Swathi Ravi Date: Mon, 24 Jul 2023 14:44:48 +0530 Subject: [PATCH 2/2] README file updated. --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 12b8628..b24f210 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # react-scheduler-globalization-using-vite -This project is a skeleton application used to create [Syncfusion React Components](https://www.syncfusion.com/react-components) web application. +## Prerequisites -## Add Syncfusion Scheduler component in your application - -Refer the following UG documenation for adding Syncfusion React component in your application -* [Getting Started of Syncfusion React Scheduler component](https://ej2.syncfusion.com/react/documentation/schedule/getting-started) +Node version - 18.13.0 +React version - 18.2.0 ## Add Syncfusion React Scheduler component using Vite in your application @@ -17,9 +15,3 @@ Refer the following UG documenation for adding Scheduler React component using V ``` npm run dev ``` - -## Resources - -You can also refer the below resources to know more details about Syncfusion React Scheduler components. -* [Demo](https://ej2.syncfusion.com/react/demos/#/material3/schedule/default) -* [Documentation](https://helpej2.syncfusion.com/react/documentation/schedule/) \ No newline at end of file