Skip to content

sisko59/starterTypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract

I create a very simple project to execute TypeScript with tests.

Prerequisite:

  • nodejs
  • typescript (npm install typescript -g)
  • jasmine (npm install jasmine -g)

For check prerequisite:

You should have the version installed.

tsc -v
jasmine -v

Install dependencies:

npm install 

Compile and execute tests :

 tsc ; jasmine

Result :

Good execution

About

Simple project to execute TypeScript with Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published