whizzes / learn-typescript

TypeScript Fundamentals for Beginner Programmers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-typescript

TypeScript Fundamentals for Beginner Programmers

Motivation

Help newcomers to Software Development learn how to write programs on CLI using TypeScript.

These exercises are thought to focus on designing algorithms and logic thinking. The main focus goes to the code and no other framework.

Getting Started

cd learn-typescript/
npm install
npm run exe ./src/01_hello_world.ts

Install NodeJS LTS version from the official website

License

Licensed under the MIT License

About

TypeScript Fundamentals for Beginner Programmers

License:MIT License


Languages

Language:TypeScript 100.0%