Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 886 Bytes

File metadata and controls

28 lines (21 loc) · 886 Bytes

Getting Started with the JavaScript Spreadsheet Component

A quick-start project that helps you create and configure the JavaScript Spreadsheet component using Essential JS 2.

Project Prerequisites

  • Node.js (v14.15.0 or higher)
  • npm
  • Webpack CLI

How to run this application?

  1. Clone the repository.
  2. Open the project folder in Visual Studio Code.
  3. Install the required packages using:
    npm install
    
  4. Run the application using:
    npm start
    
  5. Open the application URL shown in the terminal.

Documentation