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
- Host: GitHub
- URL: https://github.com/changhuixu/typescript-crash-course
- Owner: changhuixu
- License: mit
- Created: 2018-05-01T16:11:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:20:33.000Z (over 2 years ago)
- Last Synced: 2025-06-24T08:03:22.089Z (3 months ago)
- Topics: angular, es5, es6, template, typescript, vscode, webpack, webpack4
- Language: JavaScript
- Size: 378 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.