The video demonstrates what I had to go through to get Aurelia v0.10.1 working on Windows 10. It’s a pretty bad video, but you might learn something if you suffer through it.

Nothing to sugar coat here… The video below wasn’t properly planned and isn’t awesome in my opinion. But I’m releasing it anyway. Surely, it will help someone.

Did you notice I forgot to show how to get the unit tests working? That’s what a lack of planning will get you. Wasn’t about to redo the video again though.

For anyone that’s actually interested, the rough order of steps I completed are:

install chocolatey choco install git -y configure git choco install nodejs -y choco install python2 -y create python environment variable echo %python% just to make sure the environment variable is created and working npm install -g gulp npm install -g jspm mkdir c:\code\aureliatest cd c:\code\aureliatest dir git init npm install -g yo generator-aurelia install visual studio community (CORRECLTY) https://www.visualstudio.com/en-us/downloads/post-install-vs?campaign=ct!!223A5085247E47A1A9F37AA43E69C2A5 choco install googlechrome -y yo aurelia gulp watch

And now you know… ish.