ASP.NET MVC 5 + Aurelia base project
- Clone the repository
- Open a terminal under Mvc5-Aurelia/Aurelia
- Run 'npm install'
- Run 'jspm install -y'
- Test the Aurelia application by running 'gulp watch'. Check the app loads correctly on your browser (point it to http://localhost:9000)
Open the solution in VS 2015 and hit F5.
Navigate to 'http://localhost:PORT/Aurelia/Index' to load the Aurelia application.
Make sure 'gulp watch' is running so changes you make to the Aurelia application can be built.