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-app The 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 the zip file from this link: http://aurelia.io/downloads/basic-aurelia-project.zip Step 2: Create a project In Windows Explorer create a directory for your Aurelia …

Continue reading ‘Getting started with Aurelia JS’ »

Using TypeScript in Visual Studio 2017

See this link for very similar instructions: https://www.typescriptlang.org/docs/handbook/asp-net-core.html Step 1: Create a new Asp.Net Core project Select Empty project: Click OK. Step 2: Add Microsoft.AspNetCore.StaticFiles via NuGet Right click on Dependencies and select Manage NuGet Packages: Select Browse and search for ‘Microsoft.AspNetCore.StaticFiles’: Select this item and click Install. Step 3: Add a scripts folder for …

Continue reading ‘Using TypeScript in Visual Studio 2017’ »

Getting started with TypeScript in Visual Studio Code

Some instructions that distill how one may get started with using TypeScript in Visual Studio Code. Step 1: Set up your development environment Download and run the installer for Visual Studio Code from the following link: https://code.visualstudio.com/download Step 2: Install node.js Download and run the installer for node.js from the following link: https://nodejs.org/ Step 3: …

Continue reading ‘Getting started with TypeScript in Visual Studio Code’ »