Skip to content

Commit

Permalink
Update README (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north authored Oct 23, 2023
1 parent 3e66f34 commit fef19b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This repo contains the code for

* TypeScript Fundamentals v3
* TypeScript Fundamentals v4
* TypeScript Fundamentals v3
* Intermediate TypeScript v1
* Making TypeScript Stick v1
* Full stack TypeScript v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ tsconfig.json # TypeScript compiler settings
src/index.ts # "the program"
```

This project can be found in the `packages/welcome-to-ts` folder, within the workshop repo

```sh
cd packages/welcome-to-ts
```

`package.json`
[(view source)](https://github.com/mike-north/typescript-courses/blob/main/packages/welcome-to-ts/package.json) <br />

Expand Down

0 comments on commit fef19b8

Please sign in to comment.