We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8e6f1 commit 659a119Copy full SHA for 659a119
readme.md
@@ -2,12 +2,40 @@
2
3
An introductory TypeScript workshop for beginners.
4
5
+
6
## Slides
7
8
[bit.ly/muses-code-ts](http://bit.ly/muses-code-ts)
9
10
+## Setup
11
+download or clone the repo.
12
13
+### for exercises 1-3:
14
15
+install dependencies:
16
+```
17
+yarn
18
19
+or
20
21
+npm install
22
23
24
+### for exercise 4
25
+navigate to app folder and install dependencies
26
27
+cd app
28
29
30
31
32
33
34
35
36
37
38
## Author
39
Leo Caseiro
-github: [https://github.com/leocaseiro](https://github.com/leocaseiro)
-twitter: [@leocaseiro](https://twitter.com/leocaseiro)
40
+* github: [https://github.com/leocaseiro](https://github.com/leocaseiro)
41
+* twitter: [@leocaseiro](https://twitter.com/leocaseiro)
0 commit comments