Skip to content

mike-north/typescript-courses

Repository files navigation

TypeScript Training w/ Mike North

This repo contains the code for

The course website is at www.typescript-training.com

Website

Operating System

This workshop project works best in a POSIX-compliant dev environment like Linux, macOS, or Windows 10 (with Windows Subsystem for Linux).

JavaScript Tool chain

  • We'll be using yarn as our package manager, not npm
  • Please install Volta, to ensure you run this project with the correct node and yarn versions

Browser

We recommend using a Chromium-based browser like Microsoft Edge, Brave, Opera or Chrome.

Editor

Although TypeScript can theoretically work well in any authoring environment that supports the Language Server Protocol, Visual Studio Code is the officially supported editor for this course.

Checking out the code & preparing to run

  • If you don't yet have a GitHub account, create a new one and set up your SSH keys

    • If you've done this correctly, you should be able to run ssh git@github.com in your terminal, and see something like Hi mike-north! You've successfully authenticated, but GitHub does not provide shell access.
  • Clone this repo by running git clone git@github.com:mike-north/typescript-courses

  • Enter the repo by running cd typescript-courses

  • Install dependencies by running yarn (volta may download the right version(s) automatically)

Running the project(s)

Projects are found within the packages folder, each can be started using the command yarn dev-<project name>.

For example

  • yarn dev-website starts the website project

Legal

© 2023, All Rights Reserved - Mike Works, Inc.