ej2-showcase-ts-loancalculator/README.md

27 строки
747 B
Markdown
Исходник Постоянная ссылка Обычный вид История

# Loan Calculator Showcase Sample in JavaScript
2018-03-07 15:01:49 +03:00
The Loan Calculator Showcase web application sample is a practical demonstration of a loan calculator built using JavaScript and Syncfusion's Essential JS 2 library. This showcase provides users with a user-friendly interface to calculate and visualize various aspects of loan repayment, making it a valuable tool for both individuals and financial institution
2018-03-07 15:01:49 +03:00
## Installation
2018-03-07 15:01:49 +03:00
To install the application dependencies, use the following command:
2018-03-07 15:01:49 +03:00
```sh
2018-03-07 15:01:49 +03:00
npm install
```
## Build the application
2018-03-07 15:01:49 +03:00
To Build the application, use the below command,
2018-03-07 15:01:49 +03:00
```sh
npm run build
2018-03-07 15:01:49 +03:00
```
2018-03-09 16:57:20 +03:00
## Run the application
2018-03-09 16:57:20 +03:00
To run the sample in the browser with live reload, use the following command:
2018-03-09 16:57:20 +03:00
```sh
npm run start
```