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.
- 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
- Node.js (LTS recommended)
- npm or yarn
Install project dependencies:
npm installIf you encounter dependency resolution issues, consider running:
npm install --legacy-peer-depsStart the development server (serves the compiled bundle and opens the page):
npm run start