diff --git a/README.md b/README.md index b24f210..5e4e141 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,49 @@ -# react-scheduler-globalization-using-vite +# React Scheduler with Globalization using Vite + +This repository provides a comprehensive example of implementing globalization features in the [React Scheduler](https://www.syncfusion.com/react-components/react-scheduler) using Vite. It demonstrates integrating multi-language support, localization, and cultural configurations while building a modern React application optimized for fast development and performance, offering a practical guide for creating scalable and globally adaptable scheduling solutions. ## Prerequisites -Node version - 18.13.0 -React version - 18.2.0 +- Node version: 18.13.0 or higher +- React version: 18.2.0 or higher +- npm or yarn package manager + +## Getting Started -## Add Syncfusion React Scheduler component using Vite in your application +### 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) +Follow the comprehensive guide for integrating the Syncfusion React Scheduler component with Vite: +- [Getting Started of Syncfusion React Scheduler component using Vite](https://ej2.syncfusion.com/react/documentation/getting-started/vite) + +## Installation + +``` +npm install +``` ## Run the project ``` npm run dev ``` + +This command starts the development server with hot module replacement (HMR) enabled, providing a fast development experience. + +## Documentation + +Explore the Syncfusion React documentation to learn more about the Scheduler component and its capabilities: + +- [React Introduction](https://ej2.syncfusion.com/react/documentation/introduction) +- [React Schedule Component - Getting Started](https://ej2.syncfusion.com/react/documentation/schedule/getting-started) + +## Features + +- Multi-language support for scheduling interface +- Localized date and time formatting +- Cultural customization for calendar views +- Efficient build process with Vite +- Fast refresh during development + +## Support + +For any questions or issues related to this sample, please refer to the [Syncfusion React documentation](https://ej2.syncfusion.com/react/documentation/introduction) or contact Syncfusion support.