Skip to content

Commit 7d82cd6

Browse files
177140: Modified the content in the readme file.
1 parent 570257d commit 7d82cd6

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Prerequisites
44

5+
Make sure that you have the compatible versions of Visual Studio Code in your machine before starting to work on this project.
6+
Ensure you have Node.js installed on your machine to run the project dependencies and scripts effectively.
7+
58
Node version - 18.13.0
69
React version - 18.2.0
710

@@ -10,8 +13,31 @@ React version - 18.2.0
1013
Refer the following UG documenation for adding Scheduler React component using Vite in your application
1114
* [Getting Started of Syncfusion React Scheduler component using Vite ](https://ej2.syncfusion.com/react/documentation/getting-started/vite)
1215

13-
## Run the project
16+
## How to run this application?
17+
18+
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.
19+
20+
To do so, open the command prompt and run the below commands one after the other.
21+
22+
```
23+
git clone https://github.com/SyncfusionExamples/react-scheduler-globalization-using-vite project
24+
cd project
25+
```
26+
27+
## Installing
28+
29+
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.
30+
31+
```
32+
npm install
33+
```
34+
35+
## Running
36+
37+
Finally, you can now use the below `npm` script to run the web application.
1438

1539
```
1640
npm run dev
1741
```
42+
43+
As this application is configured with `browser-sync`, therefore it will serve the web application directly in your default browser.

0 commit comments

Comments
 (0)