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
- Host: GitHub
- URL: https://github.com/portrunban/electron-ts-nodejs-calculator
- Owner: portrunban
- Created: 2021-06-09T07:01:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T15:34:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T16:56:17.380Z (5 months ago)
- Topics: calculator, css, electronjs, html, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Calculator with ElectonJS and Typescript 👋
## EN
Hello!
This application is calculator with library ElectronJS and TypeScript (Node JS).

### 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.

Для запуска необходимо открыть консоль и ввести последовательно команды
```
npm i
npm run start
```Для работы у вас должна быть установлена платформа Node Js https://nodejs.org/en/