sebastian-adam / typescript_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATOM CUSTOMIZATION

  • Theme: Seti-UI

ENVIRONMENT SETUP

$ npm install typescript -g <!-- only needs to be done once -->
$ apm install atom-typescript <!-- restart atom after install // only needs to be done once -->
$ tsc app/filename.ts <!-- to compile a Typescript file -->
$ tsc --out build/js/app.js app/*.ts <!-- compile all typescript files into app.js file inside of build folder -->

About


Languages

Language:JavaScript 55.9%Language:TypeScript 41.9%Language:HTML 2.1%