Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d94a497

Browse files
authored
add source code note
1 parent 5b1eea7 commit d94a497

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,24 @@ Getting Started Template for Docker Users
2626

2727
#### 1.1 Run Vanilla Javascript Example
2828

29+
Source code at `src/javascript-vanilla.js`
30+
2931
```shell
3032
bin/docker-run-javascript-vanilla.sh
3133
```
3234

3335
#### 1.2. Run ES6 Javascript Example
3436

37+
Source code at `src/javascript-es6.js`
38+
3539
```shell
3640
bin/docker-run-javascript-es6.sh
3741
```
3842

3943
#### 1.3 Run TypeScript Example
4044

45+
Source code at `src/typescript.ts`
46+
4147
```shell
4248
bin/docker-run-typescript.sh
4349
```

0 commit comments

Comments
 (0)