{"id":19091332,"url":"https://github.com/andrei-cacio/webpack-ready","last_synced_at":"2026-05-07T15:43:32.531Z","repository":{"id":72354526,"uuid":"63892677","full_name":"andrei-cacio/webpack-ready","owner":"andrei-cacio","description":"A full, ready to go, webpack project skeleton","archived":false,"fork":false,"pushed_at":"2016-07-28T19:04:18.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T22:42:54.160Z","etag":null,"topics":["boilerplate","react","webpack"],"latest_commit_sha":null,"homepage":null,"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/andrei-cacio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-21T18:22:26.000Z","updated_at":"2017-03-14T22:39:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"c62920fb-ca9c-4a46-94b0-0fe46aaa01bd","html_url":"https://github.com/andrei-cacio/webpack-ready","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/andrei-cacio%2Fwebpack-ready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-cacio%2Fwebpack-ready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-cacio%2Fwebpack-ready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrei-cacio%2Fwebpack-ready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrei-cacio","download_url":"https://codeload.github.com/andrei-cacio/webpack-ready/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240138553,"owners_count":19753955,"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","react","webpack"],"created_at":"2024-11-09T03:13:06.742Z","updated_at":"2025-09-20T09:21:55.611Z","avatar_url":"https://github.com/andrei-cacio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-ready\nA full, ready to go, webpack and react project starter\n\n### Motivation\nWhenever I started a new project I always repeated the same steps over and over.\nSo I decided to put together a quick project starter for rapid bootstraping.\n\n## Usage\n\n```bash\n$ git clone https://github.com/andrei-cacio/webpack-ready\n$ mv webpack-ready my-awesome-new-project # Optional: rename the project folder\n$ cd my-awesome-new-project\n$ git remote set-url origin https://github.com/USERNAME/OTHERREPOSITORY.git\n$ npm install\n$ npm start\n```\nOpen in your favourite browser (Chrome) this url: [localhost:8080](http://localhost:8080)\n\nOpen the folder in your favourite text editor/IDE.\n\nHappy coding :coffee:!\n\n## Features\n- React support (with hot module replace support)\n- ESnext (ES2015, ES2016, etc.) support (powered by [babel](https://babeljs.io/))\n- TDD support (with [mocha](http://mochajs.org) and [chai](http://chaijs.com))\n- Test coverage support (powered by [istanbul/nyc](https://github.com/istanbuljs/nyc))\n- Code linting support (powerd by [eslint](http://eslint.org))\n- Module bundler (powered by [webpack](https://webpack.github.io/))\n\n## NPM scripts\n\n`npm start` - opens a dev server on [localhost:8080](http://localhost:8080)\n\n`npm t` - runs the test suite\n\n`npm run cover` - prints the test coverage output table\n\n`npm run build` - builds the project\n\n`npm run build:prod` - builds the project for production\n\n`npm run lint` - lints the source code\n\n# License\nThe MIT License (MIT)\n\nCopyright (c) 2016 Andrei Cacio\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrei-cacio%2Fwebpack-ready","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrei-cacio%2Fwebpack-ready","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrei-cacio%2Fwebpack-ready/lists"}