{"id":18470955,"url":"https://github.com/moonhighway/intro-to-typescript","last_synced_at":"2025-04-08T11:32:02.671Z","repository":{"id":230984905,"uuid":"780625212","full_name":"MoonHighway/intro-to-typescript","owner":"MoonHighway","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-04T16:17:51.000Z","size":114,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-09-06T22:00:57.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MoonHighway.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":"2024-04-01T21:23:12.000Z","updated_at":"2024-09-04T16:17:55.000Z","dependencies_parsed_at":"2024-08-14T01:05:26.326Z","dependency_job_id":"f1204805-c52a-43c7-b1bc-b363a9f7d6df","html_url":"https://github.com/MoonHighway/intro-to-typescript","commit_stats":null,"previous_names":["moonhighway/intro-to-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fintro-to-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fintro-to-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fintro-to-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fintro-to-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoonHighway","download_url":"https://codeload.github.com/MoonHighway/intro-to-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223317839,"owners_count":17125605,"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":[],"created_at":"2024-11-06T10:15:21.446Z","updated_at":"2024-11-06T10:15:22.259Z","avatar_url":"https://github.com/MoonHighway.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro to TypeScript\n\n## Getting ready\n\n### 1. Check your software\n\nYou'll need to have this software installed for the course:\n\n- Node.js \u003e= v18.0.0 ([how to install](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs))\n\nCheck that you have the software versions that you need installed by running these\ncommands in your terminal:\n\n```sh\n# Check Node.js version.\nnode --version\n```\n\nWe highly recommend that you use [Visual Studio Code](https://code.visualstudio.com/)\nas your editor for this course as it provides lots of handy TypeScript related features,\nbut if you prefer to use a different editor that's fine too!\n\nIf you have GitHub Copilot or a similar AI coding assistant extension installed, we\nrecommend disabling that too so you can tackle the exercises and labs yourself.\n\n### 2. Clone this repository with Git\n\nYou'll need to have this repository cloned so you can work on the coding\nexercises during the course:\n\n```sh\ngit clone https://github.com/MoonHighway/intro-to-typescript\n```\n\n\u003e If you want to commit and push your work to your own repository on GitHub,\n\u003e you can [fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo),\n\u003e then clone your fork rather than this repository directly.\n\u003e If you do create a fork, you'll want to\n\u003e [sync it](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork)\n\u003e with this repository at the start of the workshop.\n\n### 3. Install the dependencies\n\nRun this command in your terminal to install the required dependencies:\n\n```sh\nnpm install\n```\n\n### 4. Open your editor and terminal\n\nThere are coding exercises throughout this workshop. To make sure you're ready:\n\n- Open this project in your code editor.\n- Open a terminal window for running commands, and `cd` to the directory for\n  this project.\n\nYou're now ready to get started! 🚀\n\n## Slides\n\n**[View the slides for this class](https://slides.com/moonhighway/intro-to-typescript/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fintro-to-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonhighway%2Fintro-to-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fintro-to-typescript/lists"}