Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.21 KB

File metadata and controls

29 lines (18 loc) · 1.21 KB

Getting Started with the React Carousel Component

A quick-start project that helps you create and configure the Syncfusion React Carousel component. This project contains code snippets to create slides using carousel items or a data source, show and hide the buttons and indicators over the slides.

Documentation: https://ej2.syncfusion.com/react/documentation/carousel/getting-started/

Online examples: https://ej2.syncfusion.com/react/demos/#/bootstrap5/carousel/default

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, follow the steps below:

  1. Clone the getting-started-with-the-react-carousel-component repository

  2. Open the Project Navigate to the cloned folder and open it in Visual Studio Code or your preferred code editor.

  3. Install Dependencies Run the following command in the terminal to install all necessary React packages: npm install

  4. Start the Application Once the installation is complete, start the development server using: npm start

This will compile the project and launch it in your default browser at http://localhost:3000.