Skip to content

MasterShu/typescript-learn

Repository files navigation

TypeScript-learn

This project's motivation is for learning TypeScirpt.

English | 简体中文

Introduction

First show you the official website https://www.typescriptlang.org. There has a unbelievable things, when you just typing www.typescriptlang.org, it cannot redirecting to https://www.typescriptlang.org but to http://www.typescriptlang.org. So amazing, right!

Get in back to the point. In this project I will show you the TypeScript Basic Type, Variable Declarations, Classes, etc.

And then, How to use TypeScirpt in project. Such as GraphQL, VueJs, ReactJs, Porject Configuration, etc.

.
├── .vscode  vscode configurations directories
│   ├── launch.json  Launch configurations
├── graphQL  GraphQL with TypeScirpt directories
│   ├── server.ts  Apollo-Server demo
├── type  TypeScript Type directories
│   ├── basicTypes.ts  TypeScript Basic Types demo
├── .gitignore  specifies intentionally untracked files that Git should ignore.git ignore
├── LICENSE  license file
├── package.json  Node project manifest file
└── tsconfig.json  pecifies the root files and the compiler options required to compile the project

Type

Introduction TypeScript basic types, class, interface etc. details

GraphQL

It will show you that how to use GraphQL with TypeScript. deatils

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages