{"id":15435240,"url":"https://github.com/neuodev/typescript-project-setup","last_synced_at":"2026-06-05T17:31:47.625Z","repository":{"id":139101133,"uuid":"502417661","full_name":"neuodev/typescript-project-setup","owner":"neuodev","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-11T17:56:17.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T07:02:47.053Z","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/neuodev.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":"2022-06-11T17:46:44.000Z","updated_at":"2022-08-14T10:31:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0f671f9-51a8-4082-890e-d9cba283ee59","html_url":"https://github.com/neuodev/typescript-project-setup","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"b39f59d30f60dc9f93b071a6ca01916e5b999474"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Ftypescript-project-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Ftypescript-project-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Ftypescript-project-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Ftypescript-project-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuodev","download_url":"https://codeload.github.com/neuodev/typescript-project-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242097929,"owners_count":20071331,"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-10-01T18:43:11.814Z","updated_at":"2025-12-02T23:02:16.470Z","avatar_url":"https://github.com/neuodev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript Setup\n\nThis repo is part of [YouTube Tutorial](https://www.youtube.com/watch?v=-Uo5ahVrZ_E)\n\n[![How To Setup a TS project](https://i.ytimg.com/vi/-Uo5ahVrZ_E/hqdefault.jpg?s…AFwAcABBg==\u0026rs=AOn4CLCbJfmRY8N-loO0r0RJqvEuMbURTw)](https://www.youtube.com/watch?v=-Uo5ahVrZ_E)\n\n1. Initalize NPM\n   ```bash\n   npm init\n   ```\n2. Install TS\n\n   ```bash\n   npm i typescript --save-dev\n   ```\n\n3. Initalize the porject\n\n   ```bash\n   npx tsc --init\n   ```\n\n4. Compile TS to JS\n\n   ```bash\n   npx tsc\n   ```\n\n   - you can use `npx tsc -W` to watch for code changes\n   - Create `src` and `dist` folders\n\n5. Download `ts-node-dev`\n\n   ```bash\n   npm i ts-node-dev --save-dev\n   ```\n\n6. Add new Script to your `package.json`\n\n   ```bash\n   ts-node-dev --respawn src/index.ts\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Ftypescript-project-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuodev%2Ftypescript-project-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Ftypescript-project-setup/lists"}