{"id":47223328,"url":"https://github.com/epreston/template-web-webpack","last_synced_at":"2026-03-13T19:14:49.660Z","repository":{"id":38982069,"uuid":"380140613","full_name":"epreston/template-web-webpack","owner":"epreston","description":"Repo Template: webpack, mocha-chai, babel, eslint","archived":false,"fork":false,"pushed_at":"2026-03-06T21:56:14.000Z","size":2231,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-07T01:40:20.854Z","etag":null,"topics":["babel","mocha-chai","template","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/epreston.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["epreston"]}},"created_at":"2021-06-25T06:04:41.000Z","updated_at":"2026-03-06T21:55:08.000Z","dependencies_parsed_at":"2023-11-14T06:25:03.521Z","dependency_job_id":"24549925-544f-4d05-b5d6-0d7944f25059","html_url":"https://github.com/epreston/template-web-webpack","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/epreston/template-web-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epreston","download_url":"https://codeload.github.com/epreston/template-web-webpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Ftemplate-web-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30473006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["babel","mocha-chai","template","webpack"],"created_at":"2026-03-13T19:14:46.215Z","updated_at":"2026-03-13T19:14:49.647Z","avatar_url":"https://github.com/epreston.png","language":"JavaScript","funding_links":["https://github.com/sponsors/epreston"],"categories":[],"sub_categories":[],"readme":"# Webpack Template Web Project\n\nRepo Template: webpack, mocha-chai, babel, css, eslint.\n\n[![CI][ci-badge]][ci-url]\n\n## Quick Start\n\nInstall [Node.js](https://nodejs.org/en/download/), start a new repository using this [template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template), create a local [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) of your new repository, and run the following console commands within your local copy:\n\n```bash\n# install dependencies\nnpm install\n\n# create a development build\nnpm run dev\n\n# start a dev server and open in web browser\nnpm run start\n```\n\n## Scripts\n\n| Action  | Command           | Description                                      |\n| ------- | ----------------- | ------------------------------------------------ |\n| clean   | `npm run clean`   | Empty the contents of the \"dist\" folder.         |\n| dev     | `npm run dev`     | Create a development build into \"dist\"           |\n| build   | `npm run build`   | Create a production build into \"dist\"            |\n| preview | `npm run preview` | Start a local server to preview production build |\n| start   | `npm run start`   | Start a dev server and open in web browser       |\n| lint    | `npm run lint`    | Run static code analysis                         |\n| test    | `npm run test`    | Run unit tests                                   |\n| watch   | `npm run watch`   | Watch for changes and rebuild                    |\n\n## Tools\n\n| Tool         | Reference                |\n| ------------ | ------------------------ |\n| Node.js      | https://nodejs.org       |\n| Webpack      | https://webpack.js.org   |\n| Mocha        | https://mochajs.org      |\n| Chai         | https://www.chaijs.com   |\n| Babel        | https://babeljs.io       |\n| ESLint       | https://eslint.org       |\n| Prettier     | https://prettier.io      |\n| EditorConfig | https://editorconfig.org |\n\n## References\n\n| Website             | Reference                 |\n| ------------------- | ------------------------- |\n| Can I Use           | https://caniuse.com       |\n| Browserslist        | https://browsersl.ist     |\n| Web Platform Status | https://webstatus.dev     |\n| convertacolor       | https://convertacolor.com |\n| Polyfill.io         | https://polyfill.io       |\n\n## License\n\nThis template is released under the MIT [License](LICENSE).\n\n[ci-badge]: https://github.com/epreston/template-web-webpack/actions/workflows/ci.yml/badge.svg\n[ci-url]: https://github.com/epreston/template-web-webpack/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Ftemplate-web-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepreston%2Ftemplate-web-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Ftemplate-web-webpack/lists"}