Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.06 KB

File metadata and controls

38 lines (24 loc) · 1.06 KB

Essential JS2 TypeScript Sample with Webpack

This project demonstrates how to build a TypeScript‑based sample application that integrates Syncfusion EJ2 UI components using Webpack as the module bundler. The sample is designed to provide a clear and approachable reference for developers who want to understand how EJ2 components can be used in a plain TypeScript environment without relying on framework‑specific abstractions.

Features

  • Webpack‑based compilation pipeline for TypeScript source files
  • Example usage of Syncfusion EJ2 UI components with basic data binding
  • Single, optimized JavaScript bundle suitable for static HTML deployment
  • Minimal development server for rapid local iteration

Prerequisites

  • Node.js (LTS recommended)
  • npm or yarn

Installation

Install project dependencies:

npm install

If you encounter dependency resolution issues, consider running:

npm install --legacy-peer-deps

Run the sample

Start the development server (serves the compiled bundle and opens the page):

npm run start