Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 388 Bytes

Aurelia Sample App

This project demonstrates a simple Aurelia TypeScript application using ASP.NET Core as the server and webpack as the client build/bundler.

It demonstrates the following:

  • Basic Aurelia data binding/templating
  • Custom converter for currency
  • Integration of a 3rd party library (numeral.js)
  • Async/await in TypeScript
  • EntityFramework Core on the server-side.