gobuch/hello-world/typescript/README.md

14 lines
194 B
Markdown
Raw Permalink Normal View History

2020-08-21 04:26:40 +00:00
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
```