An open API service indexing awesome lists of open source software.

https://github.com/portrunban/electron-ts-nodejs-calculator

This is Calculate on Electron and TS
https://github.com/portrunban/electron-ts-nodejs-calculator

calculator css electronjs html javascript nodejs typescript

Last synced: 4 months ago
JSON representation

This is Calculate on Electron and TS

Awesome Lists containing this project

README

        

Calculator with ElectonJS and Typescript 👋

## EN

Hello!

This application is calculator with library ElectronJS and TypeScript (Node JS).

![](https://github.com/Progovich/electron-ts-nodejs-calculator/blob/master/other/calc.png)

### Start

You must enter the next commands in a terminal

```
npm i
npm run start
```

You must have the Node Js platform installed to work https://nodejs.org/en/

## RU

Проект десктопного калькулятора выполненный с помощью TypeScript и ElectronJS.

![](https://github.com/Progovich/electron-ts-nodejs-calculator/blob/master/other/calc.png)

Для запуска необходимо открыть консоль и ввести последовательно команды

```
npm i
npm run start
```

Для работы у вас должна быть установлена платформа Node Js https://nodejs.org/en/