We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59743d commit 6dad738Copy full SHA for 6dad738
README.md
@@ -23,9 +23,19 @@ First you need [NodeJS](https://nodejs.org/en/) installed. Then you need to inst
23
```
24
npm install typescript -g
25
26
-Now in Visual Studio Code you can run build task. If you prefer terminal:
+Now install all dependencies by:
27
28
-tsc -p tsconfig.json
+npm install
29
+```
30
+
31
+Or if you are using Yarn:
32
33
+yarn install
34
35
36
+And run a debug build:
37
38
+npm run watch
39
40
41
screenshot.png
-4.47 KB
0 commit comments