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
I use this sample in Node.js workshops to showcase fundamentals of Node.js development using TypeScript.
6
+
7
+
You can find more material inclusive additional samples and exercises at [https://rstropek.github.io/htl-mobile-computing/](https://rstropek.github.io/htl-mobile-computing/). This is the material I use when teaching mobile development at the HTL Perg. All the material is open source. Feel free to use and share it as you like.
8
+
9
+
## Content
10
+
11
+
### Setting up a Project
12
+
13
+
* Installing Node.js and NPM
14
+
* Installing and working with packages ([*package.json*](package.json))
15
+
* Working with TypeScript
16
+
* Installing TypeScript
17
+
* Type definitions
18
+
* Build scripts in [*package.json*](package.json) including some useful tools like *concurrently*, *cpx*, etc.
0 commit comments