Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 663 Bytes

File metadata and controls

11 lines (8 loc) · 663 Bytes

Total TypeScript Examples - Student Guide

Welcome to the TypeScript environments playground! As a student learning TypeScript, you will notice there are many ways to configure, run, and build TypeScript projects. This repository provides different starting points.

Prerequisites

Depending on which folder you want to explore, you might need to install:

  • Node.js: nodejs.org (for npm local & vite)
  • Bun: bun.sh (for bun examples)
  • Deno: deno.land (for deno examples)
  • VS Code Extensions: For the best experience, install the 'Deno' extension if exploring the Deno folder.