Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whizzes/learn-typescript

TypeScript Fundamentals for Beginner Programmers
https://github.com/whizzes/learn-typescript

code fundamentals junior learning typescript

Last synced: about 1 month ago
JSON representation

TypeScript Fundamentals for Beginner Programmers

Awesome Lists containing this project

README

        


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

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

> [Install NodeJS LTS version from the official website][1]

[1]: https://nodejs.org/en

## License

Licensed under the MIT License