{"id":19351538,"url":"https://github.com/opensourcedoc/nodejs-boilerplate","last_synced_at":"2025-07-19T08:35:47.387Z","repository":{"id":40789590,"uuid":"199163274","full_name":"opensourcedoc/nodejs-boilerplate","owner":"opensourcedoc","description":"Minimal Node.js Boilerplate Project","archived":false,"fork":false,"pushed_at":"2023-10-17T14:22:46.000Z","size":2587,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T17:06:00.455Z","etag":null,"topics":["boilerplate-node","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/opensourcedoc.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-07-27T12:40:38.000Z","updated_at":"2023-07-16T22:19:22.000Z","dependencies_parsed_at":"2024-11-10T04:36:40.066Z","dependency_job_id":"4d4e0bb4-fd77-42b0-983b-5b3b35ee36ef","html_url":"https://github.com/opensourcedoc/nodejs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/opensourcedoc/nodejs-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fnodejs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fnodejs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fnodejs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fnodejs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourcedoc","download_url":"https://codeload.github.com/opensourcedoc/nodejs-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourcedoc%2Fnodejs-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265905116,"owners_count":23846696,"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":["boilerplate-node","nodejs"],"created_at":"2024-11-10T04:36:33.437Z","updated_at":"2025-07-19T08:35:47.355Z","avatar_url":"https://github.com/opensourcedoc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodejs-boilerplate\n\nThis repo is a minimal Node.js project starter.\n\n## System Requirements.\n\n* Node.js with NPM support.\n\n## Technology Stacks\n\nTools used during development phase:\n\n* [Babel](https://babeljs.io/)\n* [Flow](https://flow.org/)\n* [ESLint](https://eslint.org/)\n* [Gulp](https://gulpjs.com/) and related packages\n \nThere is no any external dependency on generated output.\n\n## Usage\n\n### Start a New Project\n\nClone this repo and install all the tools:\n\n```\n$ git clone https://github.com/cwchentw/nodejs-boilerplate.git myapp\n$ cd myapp\n$ npm install\n```\n\nAfter editing *myapp*, update the remote URL to save it to a new repo:\n\n```\n$ git remote set-url origin https://example.com/user/myapp.git\n$ git push -u origin master\n```\n\n### Build a Project\n\nInvoke this command to build the app in development mode:\n\n```\n$ npm run start-dev\n```\n\nAll the JavaScript source files will be concatenated into single *app.js*, running it with `node`.\n\n### Publish a Project\n\nInvoke this command to build the app in release mode:\n\n```\n$ npm start\n```\n\nIn addition to code concatenation, the generated code will be minified as well to save disk space.\n\n### Check Type in Source\n\nRun `flow` to check type in source code:\n\n```\n$ npm run flow\n```\n\nYou have to add flow-compatible type annotation in JavaScript code to use flow by yourself.\n\n### Notice\n\nYou have to edit *srclist.js* to set the order for file concatenation.\n\n## Copyright\n\nCopyright (c) 2019 Michelle Chen. Licensed under [MIT license](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fnodejs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourcedoc%2Fnodejs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourcedoc%2Fnodejs-boilerplate/lists"}