Skip to content

A small empty totaljs project integrated with typescript, for reference in your own projects

License

Notifications You must be signed in to change notification settings

willful759/Totaljs-typescript-empty-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totaljs-typescript-empty-project

A small empty totaljs project integrated with typescript, for reference.

Installation

  1. npm install -g typescript to install typescript
  2. npm install to install all the dependencies
  3. tsc --build to build the project for the first time

Usage

Use the command npm run debug to run a debug session with live reloading and typescript watch running, allowing recompilation on saving typescript files

If you don't wish to recompile when you save on a .ts file, you can run npm run debug-no-w to run totaljs with live reload, but without typescript watch, in order to see your changes, you will have to run tsc --build manually.

About

A small empty totaljs project integrated with typescript, for reference in your own projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published