Skip to content

cntech/typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Hello World

Install

$ git clone https://github.com/cntech/typescript-example.git
$ cd typescript-example
$ npm install

Build

$ npm run build

Now you can inspect the resulting JavaScripts.

Run

$ npm run node

Now you see "hello, nxa-world".

Run in Browser

Option #1

Double-click the index.html file.

Option #2

$ npm start

Then visit http://localhost:8080.

Option #3

Visit https://typescript-example.herokuapp.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors