10000 GitHub - thomaskoelman/calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thomaskoelman/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calculator_beauforttek

Download nodejs if you have not already. Open a terminal (powershell or the command line) and insert following instructions.

to install typescript: npm i -g typescript

to initialise project: npm init -y

to compile typescript file: tsc .\index.ts

to run javascript in node.js: node .\index.js

install readline-sync: npm i --save readline-sync

install typescript types for readline-sync: npm i --save @types/readline-sync

project from: https://www.youtube.com/watch?v=L02BfvA7mgA&list=PL41PQx5PPbt6OheJQkg-QNROfx9j75MuR&index=3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0