Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The application contains Essential JS 2 button component for preview and all common settings are preconfigured.

## Prerequisites

Before you begin, ensure you have the following installed:
- Node.js (version 8.x or later)
- npm (Node Package Manager)

## Getting Started

To get started you need to clone the `ej2-buttongettingstarted` repository.
Expand Down Expand Up @@ -34,3 +40,16 @@ You can use the below npm script to run the web application.
```
npm run start
```

## Features

This quickstart project includes:
- Pre-configured Essential JS 2 Button component
- TypeScript support for type-safe development
- SystemJS module loader integration
- Browser-sync for live reloading during development
- Gulp-based build automation

## Configuration

The project uses `system.config.js` to configure module loading and map the Syncfusion EJ2 packages. All component configurations are set up in the `src/app/app.ts` file, making it easy to customize button properties and behaviors.
Loading