Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whizzes/learn-typescript
- Owner: whizzes
- License: mit
- Created: 2022-12-04T18:28:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T06:27:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T10:46:08.234Z (3 months ago)
- Topics: code, fundamentals, junior, learning, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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