{"id":13496518,"url":"https://github.com/stemmlerjs/simple-typescript-starter","last_synced_at":"2025-05-16T03:06:08.930Z","repository":{"id":39707623,"uuid":"205083081","full_name":"stemmlerjs/simple-typescript-starter","owner":"stemmlerjs","description":"The most basic TypeScript starter I could think of","archived":false,"fork":false,"pushed_at":"2024-04-02T13:56:26.000Z","size":9153,"stargazers_count":1030,"open_issues_count":8,"forks_count":385,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-08T13:12:12.612Z","etag":null,"topics":["starter-project","typescript"],"latest_commit_sha":null,"homepage":"https://khalilstemmler.com/blogs/typescript/node-starter-project/","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/stemmlerjs.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":"2019-08-29T04:52:52.000Z","updated_at":"2025-04-05T22:49:11.000Z","dependencies_parsed_at":"2024-06-12T07:23:07.051Z","dependency_job_id":"23d4be02-ddc3-4ab7-8b00-e4dbfe289b3c","html_url":"https://github.com/stemmlerjs/simple-typescript-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fsimple-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fsimple-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fsimple-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fsimple-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stemmlerjs","download_url":"https://codeload.github.com/stemmlerjs/simple-typescript-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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":["starter-project","typescript"],"created_at":"2024-07-31T19:01:49.755Z","updated_at":"2025-05-16T03:06:03.921Z","avatar_url":"https://github.com/stemmlerjs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🧰 Simple TypeScript Starter | 2024\n\n\u003e We talk about a lot of **advanced Node.js and TypeScript** concepts on [the blog](https://khalilstemmler.com), particularly focused around Domain-Driven Design and large-scale enterprise application patterns. However, I received a few emails from readers that were interested in seeing what a basic TypeScript starter project looks like. So I've put together just that.\n\n### Features\n\n- Minimal\n- TypeScript v4\n- Testing with Jest\n- Linting with Eslint and Prettier\n- Pre-commit hooks with Husky\n- VS Code debugger scripts\n- Local development with Nodemon\n\n### Scripts\n\n#### `npm run start:dev`\n\nStarts the application in development using `nodemon` and `ts-node` to do hot reloading.\n\n#### `npm run start`\n\nStarts the app in production by first building the project with `npm run build`, and then executing the compiled JavaScript at `build/index.js`.\n\n#### `npm run build`\n\nBuilds the app at `build`, cleaning the folder first.\n\n#### `npm run test`\n\nRuns the `jest` tests once.\n\n#### `npm run test:dev`\n\nRun the `jest` tests in watch mode, waiting for file changes.\n\n#### `npm run prettier-format`\n\nFormat your code.\n\n#### `npm run prettier-watch`\n\nFormat your code in watch mode, waiting for file changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemmlerjs%2Fsimple-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstemmlerjs%2Fsimple-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemmlerjs%2Fsimple-typescript-starter/lists"}