Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 857 Bytes

Hello master,
to compile and run program you will need to have installed typescript and node.js.

Installation

If you don't have installed typescript please follow instructions on this side.

If you don't have installed node please follow instructions on this side.

When you already have installed needed both dependencies that we say about, there are two ways to compile and run this project.

1st way - with npm:

There is no need to install any dependencies. If you have installed npm, just go to root folder of this project and run:

npm run index

2nd way - without npm:

Go to root folder of this project and run:

compile ts to js -> tsc --build

run program -> node index.js