TypeScript Training w/ Mike North
This repo contains the code for TypeScript Fundamentals v3
and Intermediate TypeScript v1
The course website is at https://www.typescript-training.com
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, notnpm
- Please install Volta, to ensure you run this project with the correct
node
andyarn
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 [email protected]
in your terminal, and see something likeHi mike-north! You've successfully authenticated, but GitHub does not provide shell access.
- If you've done this correctly, you should be able to run
-
Clone this repo by running
git clone [email protected]:mike-north/ts-fundamentals-v3
-
Enter the repo by running
cd ts-fundamentals-v3
-
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
Β© 2021, All Rights Reserved - Mike Works, Inc.