Skip to main content
Version: 2022fa

Setup your development environment

Install Node.js

Go to this website and follow the instructions.

For consistency, we will use Node LTS (currently, as of Spring 2022, this is Node 16).

Install Yarn

For convenience, we assume you will use Yarn instead of npm. However, you can use either for the purposes of this project.

Go to this website and follow the instructions.

Install ts-node to run ts files

 npm install -g ts-node

Then to run a file file.ts

ts-node file.ts