This repo contains the code for
- TypeScript Fundamentals v4
- TypeScript Fundamentals v3 - Legacy course
- Intermediate TypeScript v2
- Intermediate TypeScript v1 - Legacy course
- Enterprise-Scale TypeScript v2
- Making TypeScript Stick v1
- Full stack TypeScript v1
The course website is at www.typescript-training.com
This workshop project works best in a POSIX-compliant dev environment like Linux, macOS, or Windows 10 (with Windows Subsystem for Linux).
- 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
We recommend using a Chromium-based browser like Microsoft Edge, Brave, Opera or Chrome.
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.
-
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 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 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)
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
© 2023, All Rights Reserved - Mike Works, Inc.