Installation

INSTALLATION

1. pnpm
We will be using pnpm and Node.js in this course.

- If you already have npm installed, you can install pnpm with:
npm install -g pnpm


- If you do not have npm installed (or you wish to use a package manager instead), see these installation instructions to install pnpm on your system.

Once you have pnpm installed, you are ready to go!

(Note: it may be possible to use npm throughout the course, however this has not been tested.)

2. Visual Studio Code
We will be using Visual Studio Code throughout the course. If you are comfortable with a different editor, then you should be able to follow along as well. However, if you want to follow along exactly, then you'll need to grab a copy of VSCode from here or from your package manager.

3. Course Content
There's a lesson coming up soon that shows how to download the course content, but if you want to get all the downloads done right now, you can grab the content from the GitHub repo for this course:

git clone [email protected]:jayson-lennon/ztm-typescript.git
cd ztm-typescript

As always, if you have any issues or questions head over to the Discord channel for this course and I'll be available to help!