Add Servicestack + Aurelia template
Add a starter template for servicestack and aurelia. After what I've read, Aurelia and ServiceStack seems to have a lot in common. Like conventions over configuration. It's easy to test, customize and extend.

Aurelia Template was released in v4.0.58: https://github.com/ServiceStack/ServiceStackVS/blob/master/docs/aurelia.md
-
Darren Reid commented
Aurelia template was added recently to ServiceStackVS, see walkthrough of the template here
https://github.com/ServiceStack/ServiceStackVS/blob/master/docs/aurelia.md
-
Stefan commented
We have worked a lot with Aurelia, in production last 4 months.
Servicestack is a self-hosted back-end API.
It is better to work with Aurelia front-end, independently, not using VS.
if you are using Server Events you will need probably a guide from ServiceStack -
Scott Mackay commented
Strongly agree with this one, Was seriously impressed with how un-opinionated and unobtrusive Aurelia was over almost everything else I ever seen in the js framework space when I saw it demoed by Rob Eisenberg. They really get the importance of making it ECMA compliant and lightweight.
It's clean, lightweight, extensible and as Henrik says, it reminds me a lot of the ethos behind ServiceStack's design.
The main downside is that the ecosystem for readymade jquery UI style controls is still in it's infancy and the js framework fatigue or adoption of Angular and React by MS and Facebook drowns out what is IMO a greatly superior framework.
.