Skip to content

capoli/firstTsNgApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

firstTsNgApp

This is for test purpose, based from: https://angular.io/docs/ts/latest/guide/gettingStarted.html

Prerequisites:

  • install node
  • install typescript: npm install -g typescript
  • install tsd package manager: npm install -g tsd
  • install a node static server (for this project specific): npm install -g live-server *** for more information about tsd: https://github.com/DefinitelyTyped/tsd

To be able to run the application:

  • mkdir & cd
  • git checkout https://github.com/capoli/firstTsNgApp.git
  • npm install
  • cd src
  • tsd install *** if tsd.json is missing execute form the src folder following command: *** - tsd install angular2 es6-promise rx rx-lite --save

tsconfig schema: http://json.schemastore.org/tsconfig

To compile Typescript to Javascript execute from the root of the application folder:

  • tsc -p src -w *** this is to generate a .js file (and a .map.js file, helps debugger to navigate between js and ts) from a .ts file *** with -w it will automatically watch for changes and recompile

To run the application execute from the root of the application folder: live-server --open=src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published