Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.