Skip to content

stefanhuber/typescript-project-template

Repository files navigation

Typescript template

Files

src/index.ts     write programm code into this file (or import other files here)
test/index.ts    write tests or import tests here

Commands

npm install      install all required node packages
npm start        run web-server
npm test         compile and run jasmine tests
npm run build    build typescript files
npm run watch    watches filesystem and compiles any changes

Addional Features

Debugging configuration for vscode is supplied (.vscode/launch.json)

About

effective and simple typescript project template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published