Category: NodeJs

My Aurelia cheat sheet

A collection for Aurelia / typescript / javascript as and when I encounter them.For a post on getting set up with Aurelia JS see this post:https://www.technical-recipes.com/2019/getting-started-with-aurelia-js/ https://www.technical-recipes.com/2019/getting-started-with-aurelia-js-part-2/1. Hello World!app.jsapp.htmlGiving the …

Getting started with Aurelia JS

A cut-down version of the quickstart tutorial given at Aurelia’s official site:https://aurelia.io/docs/tutorials/creating-a-todo-appThe Aurelia CLI has a pre-requisite, Node.js. Get it from here:https://nodejs.org/en/Step 1: Download the Basic Aurelia Project Setup Get …
`