Giter Club home page Giter Club logo

cityjs-typescript-workshop's Introduction

cityjs-typescript-workshop

The workshop is broken up into two main parts. First, Languagae Features, covers multiple intermediate and advanced language features every TypeScript engineer should have in their tool belt. Second, Project Tooling dives into various TypeScript project utilities covering compiler configuration, linting, testing, and more.

The workshop has an estimated run time of 4 hours. This estimate includes breaks, discussions, and questions.

Before starting the workshop please review and complete the follow requirements:

  • git v2.x
  • Node.js v14.x

    this workshop was written and verified on git v2.24.3 and node v14.16.0

  • Code Editor of choice (recommended: VSCode for TypeScript IntelliSense)

Additionally, it is recommended you clone or download this repo so you have direct access to any referenced code blocks. All code in the workshop will be found in their relative section directory. Since this workshop involves TypeScript code blocks, they cannot be executed with the Node.js cli alone. There are multiple options for running TypeScript blocks; use whichever is easiest for you.

  1. Locally using ts-node
    • First, install typescript and ts-node as global npm modules on your system using npm i -g typescript ts-node
    • Run any *.ts file using ts-node script.ts in your terminal
    • Alternatively, use npx ts-node and skip global module installation
  2. In browser using TypeScript Playground
    • All sections in this workshop have a corresponding Run in TypeScript Playground link that will open the relative code block in your default browser.

Table of Contents

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.