- Notifications
You must be signed in to change notification settings - Fork1.1k
An interactive TypeScript tutorial for beginners
total-typescript/beginners-typescript-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Take the course onTotal TypeScript. There, you'll find:
- Video explanations for each problem and solution
- Transcripts
- Text explanations
- A built-in Stackblitz editor
# Installs all dependenciesnpm install# Asks you which exercise you'd like to run, and runs itnpm run exercise
You'll notice that the course is split into exercises. Each exercise is split into a*.problem
and a*.solution
.
To take an exercise:
- Run
npm run exercise
- Choose which exercise you'd like to run.
This course encouragesactive, exploratory learning. In the video, I'll explain a problem, andyou'll be asked to try to find a solution. To attempt a solution, you'll need to:
- Check outTypeScript's docs.
- Try to find something that looks relevant.
- Give it a go to see if it solves the problem.
You'll know if you've succeeded because the tests will pass.
If you succeed, orif you get stuck, unpause the video and check out the*.solution
. You can see if your solution is better or worse than mine!
Say thanks to Matt onTwitter or by joining hisDiscord. Consider signing up to hisTotal TypeScript course.
Alias:npm run e
Open a prompt for choosing which exercise you'd like to run.
About
An interactive TypeScript tutorial for beginners
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.