You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## Quickstart
4
4
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
+
5
14
Clone this repo or [open in Gitpod](https://gitpod.io/#https://github.com/total-typescript/beginners-typescript).
6
15
7
16
```sh
@@ -15,10 +24,6 @@ npm run exercise 01
15
24
npm run solution 01
16
25
```
17
26
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
-
22
27
## How to take the course
23
28
24
29
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