{"id":50840388,"url":"https://github.com/devianllert/ts-node-boilerplate","last_synced_at":"2026-06-14T06:08:35.467Z","repository":{"id":41781247,"uuid":"194554278","full_name":"devianllert/ts-node-boilerplate","owner":"devianllert","description":"Boilerplate for Node.js projects with TypeScript.","archived":false,"fork":false,"pushed_at":"2023-01-04T21:53:21.000Z","size":1770,"stargazers_count":1,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-15T01:28:50.315Z","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/devianllert.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}},"created_at":"2019-06-30T19:40:59.000Z","updated_at":"2023-03-07T02:53:57.000Z","dependencies_parsed_at":"2023-02-02T21:16:21.505Z","dependency_job_id":null,"html_url":"https://github.com/devianllert/ts-node-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devianllert/ts-node-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devianllert%2Fts-node-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devianllert%2Fts-node-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devianllert%2Fts-node-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devianllert%2Fts-node-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devianllert","download_url":"https://codeload.github.com/devianllert/ts-node-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devianllert%2Fts-node-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34310844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-14T06:08:34.459Z","updated_at":"2026-06-14T06:08:35.455Z","avatar_url":"https://github.com/devianllert.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Typescript Boilerplate\n\n![React](https://user-images.githubusercontent.com/12243763/40760176-7f92ceb8-6463-11e8-9c4b-f65907c613ae.png \"Node\")\n\n[![dependencies Status](https://david-dm.org/devianllert/ts-node-boilerplate/status.svg)](https://david-dm.org/devianllert/ts-node-boilerplate) [![devDependencies Status](https://david-dm.org/devianllert/ts-node-boilerplate/dev-status.svg)](https://david-dm.org/devianllert/ts-node-boilerplate?type=dev) [![issue Status](https://img.shields.io/github/issues/devianllert/ts-node-boilerplate.svg)](https://github.com/devianllert/ts-node-boilerplate/issues)\n\n## Quick start\n\n1. Clone this repo using ```git clone https://github.com/devianllert/ts-node-boilerplate.git```\n2. Move to the appropriate directory: ```cd ts-node-boilerplate```.\n3. Run ```npm install``` to install dependencies.\n4. Run ```npm run dev``` to see the example app at ```http://localhost:3000```.\n\n## Documentation\n\n### CLI Commands\n\n#### Development\n\n```bash\nnpm run dev\n```\n\nStarts the development server running on ```http://localhost:3000```\n\n#### Building\n\n```bash\nnpm run build\n```\n\nPreps your app for deployment (does not run tests). Optimizes and minifies all files, piping them to the dist folder.\n\n#### Testing\n\n```bash\nnpm run test\n```\n\nTests your application with the unit tests specified in the ```**/*.{spec,test}.{js,ts}``` files throughout the application.\n\n```bash\nnpm run test:watch\n```\n\nTests your application in watch mode with the unit tests specified in the ```**/*.{spec,test}.{js,ts}``` files throughout the application.\n\n#### Linting\n\n```bash\nnpm run lint\n```\n\nLints your JavaScript.\n\n```bash\nnpm run lint:fix\n```\n\nLints your code and tries to fix any errors it finds.\n\n#### Docker\n\n##### Build\n\n```bash\ndocker build -t ts-node .\n```\n\n##### Run\n\n```bash\ndocker run --rm -it -p 3000:3000 ts-node\n```\n\n## License\n\nThis project is licensed under the MIT license, Copyright (c) 2019 Ruslan Povolockii.\nFor more information see `LICENSE.md`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevianllert%2Fts-node-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevianllert%2Fts-node-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevianllert%2Fts-node-boilerplate/lists"}