Skip to content

Commit afeb8c1

Browse files
committed
Added hint to the readme
1 parent 59c9dd9 commit afeb8c1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Quickstart
44

5+
Take the course on [Total TypeScript](https://totaltypescript.com/tutorials/beginners-typescript). There, you'll find:
6+
7+
- Video explanations for each problem and solution
8+
- Transcripts
9+
- Text explanations
10+
- A built-in Stackblitz editor
11+
12+
## Installation Instructions
13+
514
Clone this repo or [open in Gitpod](https://gitpod.io/#https://github.com/total-typescript/beginners-typescript).
615

716
```sh
@@ -15,10 +24,6 @@ npm run exercise 01
1524
npm run solution 01
1625
```
1726

18-
## Video Walkthrough
19-
20-
I walked through the first few exercises on [VSCode's live stream](https://www.youtube.com/watch?v=p6dO9u0M7MQ)! The plan for these exercises is to develop them into a full workshop, and then bundle them into the full video course - [Total TypeScript](https://totaltypescript.com).
21-
2227
## How to take the course
2328

2429
You'll notice that the course is split into exercises. Each exercise is split into a `*.problem.ts` and a `*.solution.ts`.

0 commit comments

Comments
 (0)