aurelia-typescript-atom
aurelia-typescript-atom copied to clipboard
atom ide flavored aurelia typescript samples
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
- Install Node
- Install Atom
- Install Atom-TypeScript
- Clone This Repository (or pull the zip)
- change to the
skel-nav-ts
folder and runnpm install
(in git bash shell) - Open Atom IDE, Open Folder
skel-nav-ts
(which is under theaurelia-typescript-atom
folder you created in the clone step) - Open Views/main.ts
- Use <F6> key to build
.ts
files - run
gulp watch
(in git bash shell) - open Chrome
- visit
localhost:9000
(or whatever portgulp watch
reported)
Links
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.