Skip to content

cmichaelgraham/aurelia-typescript-atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Join the chat at https://gitter.im/cmichaelgraham/aurelia-typescript-atom

An starter kit for working with the Aurelia TypeScript using the Atom IDE

Overview

This library works with the Aurelia platform.

sample: skel-nav-ts

This sample shows:

  • Aurelia,
  • the Aurelia DTS (TypeScript Definition) files,
  • ESRI JavaScript API,
  • the Aurelia AMD Bundle, and
  • the dojo requirejs AMD module loader.

steps to get going

  1. Install Node
  2. Install Atom
  3. Install Atom-TypeScript
  4. Clone This Repository (or pull the zip)
  5. change to the skel-nav-ts folder and run npm install (in git bash shell)
  6. Open Atom IDE, Open Folder skel-nav-ts (which is under the aurelia-typescript-atom folder you created in the clone step)
  7. Open Views/main.ts
  8. Use <F6> key to build .ts files
  9. run gulp watch (in git bash shell)
  10. open Chrome
  11. visit localhost:9000 (or whatever port gulp watch reported)

Links

  1. Atom IDE
  2. Atom-TypeScript Package
  3. Atom-TypeScript FAQ
  4. tsconfig.json
  5. typescript compiler options

Contributing

We'd love for you to contribute to our source code and to make this project even better than it is today! If this interests you, please begin by reading our contributing guidelines. The contributing document will provide you with all the information you need to get started. Once you have read that, you will need to also sign our CLA before we can accepts a Pull Request from you. More information on the process is including in the contributor's guide.

About

atom ide flavored aurelia typescript samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages