{"id":13469614,"url":"https://github.com/mike-north/typescript-courses","last_synced_at":"2025-05-16T08:05:36.360Z","repository":{"id":37529124,"uuid":"369734946","full_name":"mike-north/typescript-courses","owner":"mike-north","description":"Mike North's TypeScript Courses","archived":false,"fork":false,"pushed_at":"2025-05-05T00:14:34.000Z","size":40476,"stargazers_count":409,"open_issues_count":42,"forks_count":580,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-05T00:26:23.511Z","etag":null,"topics":["typescript"],"latest_commit_sha":null,"homepage":"https://frontendmasters.com/teachers/mike-north/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mike-north.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-22T06:36:55.000Z","updated_at":"2025-05-05T00:11:07.000Z","dependencies_parsed_at":"2023-02-17T20:30:59.880Z","dependency_job_id":"671786ef-ce55-48d6-ab8e-c1b36a1f8e22","html_url":"https://github.com/mike-north/typescript-courses","commit_stats":null,"previous_names":["mike-north/typescript-courses","mike-north/ts-fundamentals-v3"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike-north%2Ftypescript-courses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike-north%2Ftypescript-courses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike-north%2Ftypescript-courses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike-north%2Ftypescript-courses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mike-north","download_url":"https://codeload.github.com/mike-north/typescript-courses/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["typescript"],"created_at":"2024-07-31T15:01:46.905Z","updated_at":"2025-05-16T08:05:31.339Z","avatar_url":"https://github.com/mike-north.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# TypeScript Training w/ Mike North\n\nThis repo contains the code for\n\n* [TypeScript Fundamentals v4](https://www.typescript-training.com/course/fundamentals-v4)\n  * _[TypeScript Fundamentals v3](https://www.typescript-training.com/course/fundamentals-v3) - Legacy course_\n* [Intermediate TypeScript v2](https://www.typescript-training.com/course/intermediate-v2)\n  * _[Intermediate TypeScript v1](https://www.typescript-training.com/course/intermediate-v1) - Legacy course_\n* [Enterprise-Scale TypeScript v2](https://www.typescript-training.com/course/enterprise-v2)\n* [Making TypeScript Stick v1](https://www.typescript-training.com/course/making-typescript-stick)\n* [Full stack TypeScript v1](https://www.typescript-training.com/course/full-stack-typescript)\n\nThe course website is at [www.typescript-training.com](https://www.typescript-training.com)\n\n[![Website](https://github.com/mike-north/typescript-courses/actions/workflows/ci-website.yml/badge.svg)](https://github.com/mike-north/typescript-courses/actions/workflows/ci-website.yml)\n\n## Operating System\n\nThis workshop project works best in a [POSIX-compliant][posix] dev environment\nlike Linux, macOS, or Windows 10 (with [Windows Subsystem for Linux][wsl2]).\n\n### JavaScript Tool chain\n\n* We'll be using `yarn` as our package manager, not `npm`\n* Please install [Volta][volta], to ensure you run this project with the correct `node` and `yarn` versions\n\n### Browser\n\nWe recommend using a Chromium-based browser like [Microsoft Edge][msedge], [Brave][brave], [Opera][opera] or [Chrome][googlechrome].\n\n### Editor\n\nAlthough TypeScript can theoretically work well in any authoring environment that\nsupports the [Language Server Protocol][lsp], [Visual Studio Code][vscode] is\nthe _officially_ supported editor for this course.\n\n### Checking out the code \u0026 preparing to run\n\n* If you don't yet have a [GitHub](https://github.com) account, [create a new one](https://docs.github.com/en/github/getting-started-with-github/signing-up-for-github/signing-up-for-a-new-github-account) and [set up your SSH keys](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)\n\n  * If you've done this correctly, you should be able to run `ssh git@github.com` in your terminal, and see something like `Hi mike-north! You've successfully authenticated, but GitHub does not provide shell access.`\n\n* Clone this repo by running `git clone git@github.com:mike-north/typescript-courses`\n* Enter the repo by running `cd typescript-courses`\n* Install dependencies by running `yarn` ([volta][volta] may download the right version(s) automatically)\n\n### Running the project(s)\n\nProjects are found within the [packages](https://github.com/mike-north/typescript-courses/tree/main/packages) folder, each can be started using the command\n`yarn dev-\u003cproject name\u003e`.\n\nFor example\n\n* `yarn dev-website` starts the website project\n\n[posix]: https://en.wikipedia.org/wiki/POSIX\n[wsl2]: https://docs.microsoft.com/en-us/windows/wsl/\n[volta]: (https://volta.sh/)\n[lsp]: (https://microsoft.github.io/language-server-protocol/)\n[vscode]: (http://code.visualstudio.com/)\n[brave]: (https://brave.com/)\n[msedge]: (https://www.microsoft.com/en-us/edge)\n[opera]: (https://www.opera.com/)\n[googlechrome]: (https://www.google.com/chrome/)\n\n## Legal\n\n\u0026copy; 2023, All Rights Reserved - Mike Works, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmike-north%2Ftypescript-courses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmike-north%2Ftypescript-courses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmike-north%2Ftypescript-courses/lists"}