A Web Based Application to Track Finances.
-
Have Typescript Ready!
npm install typescript -g -
Compile Typescript to generate JS: (Examples, choose anyone)
tsc --module amd
tsc --module amd --listFiles --diagnostics --pretty -
Launch
index.htmlin your favorite browser.
Optional: Use Typescript Tools for whatever IDE or editor you use.
Sublime |
Atom
Emacs |
[Vim] (https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support#vim)
VSCode |
VS2015 |
VS2013
Introducing a new TS file?
As this project uses requireJS, the config for requireJS is included in Script/main.js. So when introducing a new TS file add the reference to the new file inside requirejs.config
For contributions please target only develop.