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
Learn Node.js using Typescript in baby steps. The future of web development will be Angular2 with Node.js/MongoDB and TypeScript on both the client as well as the server. In addition for realtime apps Firebase will be an ideal addition.
3
-
First get started by learning [TypeScript](https://github.com/ziaukhan/learn-typescript). Then move on to learn [Angular 2](https://github.com/ziaukhan/learn-angular2) and Node.js using TypeScript.
1
+
# Learn Express 5 using TypeScript 1.6.2+
2
+
Learn Express using Typescript in baby steps. The future of web development will be Angular 2 with Express/MongoDB and TypeScript on both the
3
+
client as well as the server. In addition for realtime apps Firebase will be an ideal addition.
4
+
First get started by learning [TypeScript](https://github.com/ziaukhan/learn-typescript).
5
+
Then move on to learn [Angular 2](https://github.com/ziaukhan/learn-angular2) and [Express 5](https://github.com/strongloop/express/releases/tag/5.0.0-alpha.2) using TypeScript 1.6.2+.
6
+
We will use the [Express in Aciton](https://www.manning.com/books/express-in-action) book to start learning Express but go beyond the book.
7
+
We will use TypeScript not JavaScript to do the examples in the book:
0 commit comments