gobuch/hello-world/typescript/README.md
2020-10-21 06:07:45 +02:00

14 lines
194 B
Markdown

Starten des docker Containers
-----------------------------
```
docker run -v `pwd`:/tmp -it node:latest /bin/bash
```
Danach im Container
```
npm install -g tsc
cd /tmp
time tsc hello.ts
```