keinydev / console-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running proyect

Install dependencies

npm install

Compile code

npx tsc

Running app

node dist/index.js

Execute tests

npm run test

Using docker

Generate image

docker build -t calculator-app .

Running app

docker run -it --rm calculator-app

About


Languages

Language:TypeScript 81.4%Language:Dockerfile 15.3%Language:JavaScript 3.3%