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.
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.