8000 GitHub - danielstern/compiling-typescript: A Simple, Extensible TypeScript Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danielstern/compiling-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling TypeScript

Installing and Running the Completed Package

  1. OPTIONAL - Install the TypeScript compiler globally (local install is also possible): npm install -g typescript

  2. Install this package with Git: git clone git@github.com:danielstern/compiling-typescript.git

  3. Install local packages with npm: npm install

  4. Run TypeScript compilation and start the server simultaneously with: npm start

Exploring the Project

/public

Contains HTML file which is served to the user - aggregates references to generated .js files.

/src

Contains the non-compiled TypeScript code. This code becomes JavaScript that the browser can work with.

About

A Simple, Extensible TypeScript Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0