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 -->