- Notifications
You must be signed in to change notification settings - Fork0
An interactive TypeScript tutorial for beginners
codthing/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
Clone this repo oropen in Gitpod.
# Installs all dependenciesnpm install# Starts the first exercisenpm run exercise 01# Runs linting and tests on the solutionnpm run solution 01
You'll notice that the course is split into exercises. Each exercise is split into a*.problem.ts and a*.solution.ts.
To take an exercise:
- Go into
*.problem.ts - Run
npm run exercise 01, where01is the number of the exercise you're on.
Theexercise script will run TypeScript typechecks and a test suite on the exercise.
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.ts. You can see if your solution is better or worse than mine!
You can runnpm run solution 01 to run the tests and typechecking on the solution.
Say thanks to Matt onTwitter or by joining hisDiscord. Consider signing up to hisTotal TypeScript course.
Alias:npm run e 01
Run the corresponding*.problem.ts file.
Alias:npm run s 01
Run the corresponding*.solution.ts file. If there are multiple, it runs only the first one.
About
An interactive TypeScript tutorial for beginners
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- TypeScript90.6%
- JavaScript9.4%
