{"id":14982143,"url":"https://github.com/tomaszbujnowicz/frontie-webpack","last_synced_at":"2025-10-29T11:31:14.164Z","repository":{"id":47077445,"uuid":"158872520","full_name":"tomaszbujnowicz/frontie-webpack","owner":"tomaszbujnowicz","description":"Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js","archived":false,"fork":false,"pushed_at":"2023-01-03T18:37:41.000Z","size":5928,"stargazers_count":111,"open_issues_count":21,"forks_count":24,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-02T01:11:19.091Z","etag":null,"topics":["babel","bem","bem-css","bem-methodology","boilerplate","bootstrap","bootstrap-grid","browsersync","css-architecture","frontend-boilerplate","frontend-starter-kit","gulp","gulp4","gulpjs","itcss","sass","twigjs","webpack","webpack4","workflow"],"latest_commit_sha":null,"homepage":"https://tomaszbujnowicz.github.io/frontie-webpack/","language":"HTML","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/tomaszbujnowicz.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}},"created_at":"2018-11-23T19:50:24.000Z","updated_at":"2024-07-11T08:13:25.000Z","dependencies_parsed_at":"2023-02-01T08:45:32.291Z","dependency_job_id":null,"html_url":"https://github.com/tomaszbujnowicz/frontie-webpack","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/tomaszbujnowicz%2Ffrontie-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszbujnowicz%2Ffrontie-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszbujnowicz%2Ffrontie-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomaszbujnowicz%2Ffrontie-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomaszbujnowicz","download_url":"https://codeload.github.com/tomaszbujnowicz/frontie-webpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238817375,"owners_count":19535517,"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","bem","bem-css","bem-methodology","boilerplate","bootstrap","bootstrap-grid","browsersync","css-architecture","frontend-boilerplate","frontend-starter-kit","gulp","gulp4","gulpjs","itcss","sass","twigjs","webpack","webpack4","workflow"],"created_at":"2024-09-24T14:04:51.464Z","updated_at":"2025-10-29T11:31:13.651Z","avatar_url":"https://github.com/tomaszbujnowicz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# There is a slightly different approach based on Utility CSS. Check it out https://github.com/tomaszbujnowicz/hybrid-utility-itcss\n\n# Frontie Webpack - Front-end Boilerplate\n\n**🚀 Gulp 4 + Webpack 4 + Babel + BrowserSync + ITCSS Architecture + BEM Methodology**\n\nThese tools make it a solid front-end boilerplate to get a new project off the ground.\n\n## :gift: Features\n| Features | Description |\n| :------------- | :------------- |\n| Task Runner | [Gulp](http://gulpjs.com/)\n| CSS | [SASS](http://sass-lang.com/), [ITCSS](https://developer.helpscout.com/seed/glossary/itcss/), [CSS Guidelines](https://cssguidelin.es/), [BEM](http://getbem.com/)\n| CSS Tools | [Autoprefixer](https://github.com/postcss/autoprefixer), [Source Maps](https://www.npmjs.com/package/gulp-sourcemaps), [Stylelint](https://stylelint.io/)\n| Bootstrap 4 | [Grid System](https://getbootstrap.com/docs/4.1/layout/grid/), [Responsive Breakpoints](https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints)\n| JS | [Webpack](https://webpack.js.org/), [Babel](http://babeljs.io/), [ESLint](http://eslint.org/)\n| Live Reload | [BrowserSync](http://www.browsersync.io/)\n| HTML Templates | [Twig.js](https://github.com/twigjs/twig.js)\n| Deployment | [GitHub Pages]((https://www.npmjs.com/package/gulp-gh-pages))\n\n## Usage\n\n### Requirements\nMake sure all dependencies have been installed before moving on:\n\n* [yarn](https://yarnpkg.com/lang/en/) or [npm](https://www.npmjs.com/get-npm)\n* [Node.js](https://nodejs.org/en/download/) \u003e= 8.16.0\n* [Gulp](http://gulpjs.com/)\n\n### Quick start: Installation\nClone this repository and run\n- `yarn` or `npm install` to install dependencies\n\n### Tasks\n| Task Name | Description | Environment |\n| :------------- | :------------- | :------------- |\n| `yarn start` or `npm run start` | Generate a development environment, start the server and watch for changes | Development\n| `yarn watch` or `npm run watch` | Start the server and watch for changes | Development\n| `yarn build` or `npm run build` | Compile production code | Production\n| `yarn deploy` or `npm run deploy` | Compile production code and deploy to GitHub Pages | Production\n\n## Structure\n\n```\n|--dist/                   # →  Static version of the website ready to upload (never edit)\n|\n|--gulpfile.babel.js/      # →  Gulpfile config and tasks\n|--node_modules/           # →  Node.js packages (never edit)\n|--src/                    # →  Source files\n|  |--assets/              # →  Assets\n|  |  |--fonts/            # →  Assets: Fonts\n|  |  |--img/              # →  Assets: Images\n|  |--modules/             # →  Modules: Multi-part components e.g. Navbar (HTML, CSS and JS)\n|  |--scripts/             # →  JS\n|  |  |--components/       # →  JS: Components\n|  |  |--app.js            # →  JS: Main file\n|  |--styles/              # →  Styles: ITCSS Architecture + BEM Methodology\n|  |  |--main.scss         # →  Styles: Main stylesheet file\n|  |--templates/           # →  Site templates (Twig.js)\n|  |  |--layouts/          # →  Templates: Layouts\n|  |  |--components/       # →  Templates: Components\n|  |  |--pages/            # →  Templates: Pages\n|--.babelrc                # →  Babel presets\n|--.browserslistrc         # →  Browserslist config, browsers that we support\n|--.eslintrc               # →  ESLint config\n|--.gitignore              # →  Gitignore\n|--.stylelintrc            # →  Stylelint config\n|--package-lock.json       # →  NPM lock file (never edit)\n|--package.json            # →  Node.js dependencies and scripts\n|--webpack.config.js       # →  Webpack config\n|--yarn.lock               # →  Yarn lock file (never edit)\n```\n\n## Copyright and license\n\nCopyright 2018-2019 Tomasz Bujnowicz under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaszbujnowicz%2Ffrontie-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomaszbujnowicz%2Ffrontie-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaszbujnowicz%2Ffrontie-webpack/lists"}