Skip to content

vultrnerd/typescript-course

Repository files navigation

TypeScript Fundamentals Crash Course

This repository contains a structured crash course on TypeScript fundamentals. Each concept is organized in a separate folder with a markdown file containing detailed explanations and code examples.

Concepts

Games

How to Run the Games

  1. Navigate to the game directory:

    cd 50_tictactoe  # or cd 51_hangman
  2. Install the dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Run the game:

    npm start

About

TypeScript fundamentals crash course created with Kilo Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published