{"id":15207116,"url":"https://github.com/silvestrevivo/webpack-starter","last_synced_at":"2026-03-07T16:02:43.764Z","repository":{"id":97116032,"uuid":"102778839","full_name":"silvestrevivo/webpack-starter","owner":"silvestrevivo","description":"Project starter template built with WebPack. It contains Babel to compile ES6 to ES5, as well as CSS and SASS loaders.","archived":false,"fork":false,"pushed_at":"2018-07-08T07:46:23.000Z","size":426,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T22:13:02.392Z","etag":null,"topics":["babel-webpack","babeljs","boilerplate-template","browsersync","css3","html5","javascript","postcss","starter-project","starter-template","template","webpack2"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/silvestrevivo.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":"2017-09-07T19:44:48.000Z","updated_at":"2018-07-08T07:46:25.000Z","dependencies_parsed_at":"2023-05-18T21:31:11.735Z","dependency_job_id":null,"html_url":"https://github.com/silvestrevivo/webpack-starter","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"fe939f4fd016c48d0f42f5945fdc117b5345f1c7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fwebpack-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fwebpack-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fwebpack-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fwebpack-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silvestrevivo","download_url":"https://codeload.github.com/silvestrevivo/webpack-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242198324,"owners_count":20088004,"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":["babel-webpack","babeljs","boilerplate-template","browsersync","css3","html5","javascript","postcss","starter-project","starter-template","template","webpack2"],"created_at":"2024-09-28T06:22:06.245Z","updated_at":"2025-12-04T18:03:55.638Z","avatar_url":"https://github.com/silvestrevivo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\"\n    src=\"https://sandstorm.de/_Resources/Persistent/3285416e8503b2c8354c321bcd690cf550b8b2d3/React-Logo.svg\"\u003e\n  \u003ca href=\"https://github.com/webpack/webpack\"\u003e\n    \u003cimg width=\"200\" height=\"200\"\n      src=\"https://webpack.js.org/assets/icon-square-big.svg\"\u003e\n  \u003c/a\u003e\n  \u003ch1\u003eWebpack2 Starter\u003c/h1\u003e\n\u003c/div\u003e\n\nThis is a code boilerplate built with WebPack which it could be used as starter project template. It\ncontains Babel to compile _ES6_ to _ES5_ as well as _CSS_ and _SASS_ loaders. It comes ready to\ninstall dependencies for _React_ and _ReactDOM_. It refreshs automatically through the scripts from\nthe package.json file and _BrowserSync_ plugin. CSS files come with autoprefixer updated following\n[caniuse][1] and using _Postcss_. It comes provided with ESLint and Prettier too, following rules\nand stylesheet of [Airbnb][2].\n\n## How to use it\n\nThis template is based on _npm package_, thus to run it, download the repo to your local computer\nand then in the folder of your project:\n\n    $ npm install\n\n    $ npm start\n\nThe project will load on the server localhost:3000 using _BrowserSync_. Other usefull commands to\nknow:\n\n```\n$ npm run build                 It runs WebPack as the most simple way to compile\n$ npm run watch                 It runs WebPack in watch mode\n$ npm run prod                  it compiles the bundle.js to send to production\n```\n\n## Modules installed\n\n* Babel, babel-core, babel-loader, babel-preset-env, babel-preset-react\n\n* Browser-sync, browser-sync-webpack-plugin\n\n* Style-loader, css-loader, sass-loader, node-sass.\n\n* Normalize.css\n\n* Postcss-loader, lost, rucksack-css, cssnano, autoprefixer, browserslist.\n\n* Extract-text-webpack-plugin.\n\n* Webpack-dev-server.\n\n* Jquery.\n\n* React and ReactDom.\n\n* TweenMax - GASP for animation.\n\n* ESLint and Prettier.\n\n## installing Bootstrap3\n\n    Explanation about installation in another branch =\u003e bootstrap3\n\n## installing Bootstrap4\n\n    Explanation about installation in another branch =\u003e bootstrap4\n\n## installing Isotope\n\n    $ npm install isotope-layout --D\n\nInside of 'webpack.config.js', you have to add:\n\n    resolve: {\n            alias: {\n            'masonry': 'masonry-layout',\n            'isotope': 'isotope-layout'\n          }\n        }\n\nIn the index.js file you have to add:\n\n    const iso = new Isotope( '.grid', {\n      // options...\n      itemSelector: '.grid-item',\n      percentPosition: true,\n      masonry: {\n        // set to the element\n        columnWidth: '.grid-sizer',\n      }\n    });\n\n[1]: http://caniuse.com/\n[2]: https://github.com/airbnb/javascript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvestrevivo%2Fwebpack-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvestrevivo%2Fwebpack-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvestrevivo%2Fwebpack-starter/lists"}