Getting Started with TypeScript (Hello World, Mac) In this article, I'm going to show you how to install the tools to create and run a Hello World app using TypeScript.
JavaScript vs TypeScript JavaScript and TypeScript are both popular programming languages used for web development, particularly on the client side. While JavaScript has been the dominant language for web development for many years, TypeScript has gained popularity in recent years as a more structured and typed alternative. In this article, we'll compare and
React Material Design Tutorial (TypeScript) This article walks you through how to create a simple React app using TypeScript and a Material Design framework. Prerequisites This article assumes the following: * You are editing with Visual Code * You have nodejs, npm and npx installed * You are testing using the Chrome browser * When I say “app” I
Lerna Monorepo Mocha Setup (TypeScript) In this article I show you how to setup a lerna TypeScript monorepo for testing with mocha (MochaJS). Step 1. Install lerna globally Install lerna globally using npm. If you don’t have npm installed, click here. * Open up a terminal window * Run the following (the $ indicates that you are