Skip to content

rainerbez/just-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just TypeScript

Installation

  • Install Node.js
  • Install Git
  • Install Yarn
  • Open a Terminal and type:
    git clone https://github.com/rainerbez/just-typescript
  • Proceed into the downloaded repository:
    cd just-typescript
  • Install all the necessary node modules:
    yarn install

Edit the source files

  • index.html
  • src/index.ts

How to Compile

  • In the terminal type:
    yarn compile

  • To watch for changes:
    yarn compile:watch
    To view, open another terminal and Run as following.

How to Run

  • In a Browser:
    yarn start

  • Directly in a Terminal using:
    node dist/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published