- Basic types
- Advanced types
- Object Oriented Programming with TypeScript
- Generic types
- Modules
- Node.js integration, click here to review this example
- ReactJS integration, click here to review this example
- Decorators
- Clone this repository
- Open a terminal and install packages, run:
> npm install
- For compile, run:
> tsc
- For try a file:
> node /dist/filename.js