Skip to content

JanStevcik/mob-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published