{"id":13553786,"url":"https://github.com/locnguyen/typescript-node-starter","last_synced_at":"2025-04-03T05:31:33.640Z","repository":{"id":18515868,"uuid":"78252287","full_name":"locnguyen/typescript-node-starter","owner":"locnguyen","description":"Barebones starter kit for server apps with TypeScript","archived":false,"fork":false,"pushed_at":"2023-01-01T03:52:08.000Z","size":1139,"stargazers_count":18,"open_issues_count":19,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T19:25:37.580Z","etag":null,"topics":["api","docker","nodejs","typescript"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/locnguyen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-07T01:54:14.000Z","updated_at":"2022-01-29T12:53:02.000Z","dependencies_parsed_at":"2023-01-11T19:53:14.192Z","dependency_job_id":null,"html_url":"https://github.com/locnguyen/typescript-node-starter","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locnguyen%2Ftypescript-node-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locnguyen%2Ftypescript-node-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locnguyen%2Ftypescript-node-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locnguyen%2Ftypescript-node-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locnguyen","download_url":"https://codeload.github.com/locnguyen/typescript-node-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944377,"owners_count":20858773,"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":["api","docker","nodejs","typescript"],"created_at":"2024-08-01T12:02:33.247Z","updated_at":"2025-04-03T05:31:30.647Z","avatar_url":"https://github.com/locnguyen.png","language":"Makefile","funding_links":[],"categories":["Makefile"],"sub_categories":[],"readme":"# typescript-node-starter\n\n| GitLab CI |\n| - |\n| [![pipeline status](https://gitlab.com/lochnguyen/typescript-node-starter/badges/master/pipeline.svg)](https://gitlab.com/lochnguyen/typescript-node-starter/commits/master) |\n\nBarebones starter kit for server apps with TypeScript\n\n## Quick Start\n\nInstall Node dependencies\n\n```shell\n$ npm install\n```\n\nRun the test suite\n\n```shell\n$ npm t\n```\n\nRun the code for development and watch for changes\n\n```shell\n$ npm run dev\n```\n\nCompile the code for release\n\n```shell\n$ npm run build\n```\n\nRun the compiled code\n\n```shell\n$ node -r ./bootstrap.js build\n```\n\n## Docker\n\nIf you want to develop in a Docker container, this project along with PostgreSQL can be brought up with\n\n```shell\nmake up\n```\n\nAnd when you are done working\n\n```shell\nmake down\n```\n\nSee the **docker-compose.yml** file for details on this set up.\n\n### Production Image\n\n```shell\ndocker build --target release -t tsnodestarter:$(git rev-parse --short=7 HEAD) .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocnguyen%2Ftypescript-node-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocnguyen%2Ftypescript-node-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocnguyen%2Ftypescript-node-starter/lists"}