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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
1
TypeScript Deep Dive
2
2
=======
3
3
4
-
I've been looking at the issues that turn up commonly when people start using TypeScript. This is based on the lessons from [StackOverflow](http://stackoverflow.com/tags/typescript/topusers) / [DefinitelyTyped](https://github.com/DefinitelyTyped/) and general engagement with the [TypeScript community](https://github.com/TypeStrong/).
4
+
I've been looking at the issues that turn up commonly when people start using TypeScript. This is based on the lessons from [StackOverflow](http://stackoverflow.com/tags/typescript/topusers) / [DefinitelyTyped](https://github.com/DefinitelyTyped/) and general engagement with the [TypeScript community](https://github.com/TypeStrong/). You can [follow for updates](https://twitter.com/basarat).
5
5
6
-
Do one of the following:
7
-
*[Read the book online](http://basarat.gitbooks.io/typescript/)
6
+
If you are here to read the book [get started](http://basarat.gitbooks.io/typescript/content/docs/getting-started.html).
7
+
8
+
You can also do one of the following:
8
9
*[EPUB for iPad,iPhone,Mac](https://www.gitbook.com/download/epub/book/basarat/typescript)
9
10
*[PDF for Windows and others](https://www.gitbook.com/download/pdf/book/basarat/typescript)
10
11
*[MOBI for Kindle](https://www.gitbook.com/download/mobi/book/basarat/typescript)
11
12
12
-
[Follow for updates](https://twitter.com/basarat)
13
-
14
13
### Contributing
15
14
16
15
This book is developed using [GitBook](https://github.com/GitbookIO/gitbook). Authored in Markdown files (I use [atom](http://atom.io)).
@@ -24,3 +23,5 @@ $ gitbook serve .
24
23
Note: serve needs port `35729` (for live reload) and `4000` for serving http://localhost:4000.
25
24
26
25
Also you can mostly just edit the `.md` files in [`/docs`](https://github.com/basarat/typescript-book/docs) using github and create a Pull Request (PR).
0 commit comments