Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vreddi/Moola

Repository files navigation

Moola

Stories in Pending%20Issues Stories in In%20Progress

A Web Based Application to Track Finances.

Develop

  1. Have Typescript Ready!
    npm install typescript -g

  2. Compile Typescript to generate JS: (Examples, choose anyone)
    tsc --module amd
    tsc --module amd --listFiles --diagnostics --pretty

  3. Launch index.html in 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.