From 7d82cd6520b7151d5502562611d573df8368d250 Mon Sep 17 00:00:00 2001 From: smukilansf3478 Date: Fri, 19 Dec 2025 19:01:57 +0530 Subject: [PATCH] 177140: Modified the content in the readme file. --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b24f210..6794032 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ## Prerequisites +Make sure that you have the compatible versions of Visual Studio Code in your machine before starting to work on this project. +Ensure you have Node.js installed on your machine to run the project dependencies and scripts effectively. + Node version - 18.13.0 React version - 18.2.0 @@ -10,8 +13,31 @@ React version - 18.2.0 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 +## How to run this application? + +To run this application, you need to first clone the `react-scheduler-globalization-using-vite` repository and then navigate to its appropriate path where it has been located in your system. + +To do so, open the command prompt and run the below commands one after the other. + +``` +git clone https://github.com/SyncfusionExamples/react-scheduler-globalization-using-vite project +cd project +``` + +## Installing + +Once done with downloading, next you need to install the necessay packages required to run this application locally. The `npm install` command will install all the needed JS2 packages into your current project and to do so, run the below command. + +``` +npm install +``` + +## Running + +Finally, you can now use the below `npm` script to run the web application. ``` npm run dev ``` + +As this application is configured with `browser-sync`, therefore it will serve the web application directly in your default browser. \ No newline at end of file