Lab repository for experimenting with AureliaJS and TypeScript.
- Install NodeJs
- Install TypeScript 1.5beta for Visual Studio
- npm install -g gulp
- npm install -g jspm
- jspm registry config github
- git clone https://github.com/bojanv91/AureliaLabs.git
- navigate to "client" folder in cmd
- npm install
- jspm install -y
- gulp build
After making changes in client-side code, run "gulp build" command in order to re-build the Aurelia project. Additionally, you can use "gulp watch".