Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1015 Bytes

File metadata and controls

29 lines (22 loc) · 1015 Bytes

Getting Started with the React Spreadsheet Component

A quick-start project that helps you create and configure the React Spreadsheet component. This project enables users to clone and run the app easily to explore Spreadsheet features.

Project Prerequisites

  • Node.js(v14.15.0 or higher)
  • npm or yarn
  • React (latest stable)

How to run this application?

  1. Clone the repository.
  2. Open the project in Visual Studio Code.
  3. Install the required dependencies using:
    npm install
    
  4. Run the application using:
    npm run dev
    
  5. Open http://localhost:5173 in your browser.

Documentation