An open API service indexing awesome lists of open source software.

https://github.com/changhuixu/typescript-crash-course

An introduction to Typescript
https://github.com/changhuixu/typescript-crash-course

angular es5 es6 template typescript vscode webpack webpack4

Last synced: about 2 months ago
JSON representation

An introduction to Typescript

Awesome Lists containing this project

README

          

# Typescript Crash Course

Dependencies: node 10+, webpack 4+, typescript 2+

Check out sub branches to view different topics in TypeScript.

## Usage

Git Clone this repository, run npm install packages in your local repo.

Two ways to run the code:

(1) In VSCode, press Ctrl + Shift + B and select `npm:build` in the tasks dropdown, press Enter;

(2) type `npm run build` in terminal.