I know it\'s very new, but I\'d like to create a prototype using aurelia with Visual Studio. VS support is in the hopper, but the current documentation is based on node.js
npm install -g gulp
npm install -g jspm
jspm registry config github
npm install -g yo generator-aurelia
then enter
yo aurelia
npm install
jspm install -y
gulp watch
all from this tutorial> Tutaurelia.net