{"id":15091660,"url":"https://github.com/johndavemanuel/bootstrap-gulp-starter-template","last_synced_at":"2025-04-12T06:21:33.763Z","repository":{"id":48428529,"uuid":"163261473","full_name":"johndavemanuel/bootstrap-gulp-starter-template","owner":"johndavemanuel","description":"Bootstrap 4 + Gulp 4 + Panini for improve front-end development workflow","archived":false,"fork":false,"pushed_at":"2022-10-13T12:27:06.000Z","size":3680,"stargazers_count":75,"open_issues_count":11,"forks_count":24,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T01:41:28.919Z","etag":null,"topics":["automation","boilerplate","bootstrap","front-end","front-end-development","gulp","handlebars","panini","sass","starter","starter-project","template","workflow"],"latest_commit_sha":null,"homepage":"https://johndavemanuel.github.io/bootstrap-gulp-starter-template","language":"CSS","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/johndavemanuel.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}},"created_at":"2018-12-27T07:19:06.000Z","updated_at":"2024-08-09T19:51:44.000Z","dependencies_parsed_at":"2023-01-20T02:48:04.896Z","dependency_job_id":null,"html_url":"https://github.com/johndavemanuel/bootstrap-gulp-starter-template","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johndavemanuel%2Fbootstrap-gulp-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johndavemanuel%2Fbootstrap-gulp-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johndavemanuel%2Fbootstrap-gulp-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johndavemanuel%2Fbootstrap-gulp-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johndavemanuel","download_url":"https://codeload.github.com/johndavemanuel/bootstrap-gulp-starter-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525776,"owners_count":21118750,"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":["automation","boilerplate","bootstrap","front-end","front-end-development","gulp","handlebars","panini","sass","starter","starter-project","template","workflow"],"created_at":"2024-09-25T10:42:31.758Z","updated_at":"2025-04-12T06:21:33.732Z","avatar_url":"https://github.com/johndavemanuel.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOOTSTRAP + GULP STARTER TEMPLATE\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n### Note\n\nThe `docs` folder is for demo purposes only.\n\nChanges should be commited to `src` files only.\n\nThe `dist` folder is not kept in source control.\n\n### How to use\n\nThe template is built with Sass and Gulp build system with these features:\n\n-\tHandlebars HTML templates with Panini – a super simple flat file generator for use with Gulp. It compiles a series of HTML pages using a common layout. These pages can also include HTML partials, external Handlebars helpers, or external data as JSON or YAML.\n-\tSass compilation, prefixing with autoprefixer, and javaScript concatenation\n-\tBuilt-in BrowserSync server - will automatically reload your page when files are changed. It also live-injects CSS changes when you save a Sass file. This task runs continuously and defaults to localhost.\n-\tFor production builds - CSS compression, JavaScript compression, Image compression and more.\n\n### Requirements\n\nTo use this template, your computer needs:\n\n-\tNode.js is used to run the build processes. https://nodejs.org/en/download/\n- Run ` node -v ` in the terminal\n-\tnpm (Node comes with npm installed so you should have a version of npm.) Used to manage development dependencies.\n-  Run ` npm -v`  in the terminal\n-\tGulp – task runner\n\t`npm install -g gulp`\n-\tRun `gulp -v ` in the terminal\n\n### Installing:\n\n- Clone this repo: `git clone https://github.com/johndavemanuel/bootstrap-gulp-starter-template.git`\n- Navigate into the repo directory: `cd bootstrap-gulp-starter-template`\n- Install all node packages: `npm install`\n- Run `gulp development`\n- Your site is now viewable at this URL: http://localhost:3000\n- To create compressed, production-ready assets run `gulp production`. This will delete everything in the dist folder and recreate all of your complied files. Never make updates directly into the dist folder as these files get overridden each time.\n\n### Folder Structure:\n\n- `dist/` - compiled distribution files\n- `node_modules` - front-end dependencies\n- `src/` - contains all of your core, working files—static assets, pages, templates, etc\n- `src/assets/` - scss files, JS files, images, and fonts\n- `src/data/` - external data (JSON or YAML)\n- `src/layouts/` - HTML layouts templates\n- `src/pages/` - site pages\n- `src/partials/` - handlebars partials files.\n- `gulpfile.js` - all task definitions\n- `package.json` - handles the project dependencies\n- `.htmllintrc` - handles the HTML lint rules\n- `.sass-lint.yml` - handles the SCSS lint rules\n- `reports` - txt generated file for accessibility issues\n\n### Includes:\n- [Fontawesome 5](https://fontawesome.com/)\n- [Animate CSS](https://animate.style/)\n- [RTL Support](https://github.com/tysonmatanich/directional-scss)\n\n### Gulp Plugins:\n- [gulp-accessibility](https://www.npmjs.com/package/gulp-accessibility)\n- [gulp-autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer)\n- [gulp-compile-handlebars](https://www.npmjs.com/package/gulp-compile-handlebars)\n- [gulp-concat](https://www.npmjs.com/package/gulp-concat)\n- [gulp-cssmin](https://www.npmjs.com/package/gulp-cssmin)\n- [gulp-gh-pages](https://www.npmjs.com/package/gulp-gh-pages)\n- [gulp-html-replace](https://www.npmjs.com/package/gulp-html-replace)\n- [gulp-htmllint](https://www.npmjs.com/package/gulp-htmllint)\n- [gulp-imagemin](https://www.npmjs.com/package/gulp-imagemin)\n- [gulp-jshint](https://www.npmjs.com/package/gulp-jshint)\n- [gulp-newer](https://www.npmjs.com/package/gulp-newer)\n- [gulp-pretty-html](https://www.npmjs.com/package/gulp-pretty-html)\n- [gulp-purgecss](https://www.npmjs.com/package/gulp-purgecss)\n- [gulp-remove-code](https://www.npmjs.com/package/gulp-remove-code)\n- [gulp-remove-logging](https://www.npmjs.com/package/gulp-remove-logging)\n- [gulp-rename](https://www.npmjs.com/package/gulp-rename)\n- [gulp-sass](https://www.npmjs.com/package/gulp-sass)\n- [gulp-sass-lint](https://www.npmjs.com/package/gulp-sass-lint)\n- [gulp-sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps)\n- [gulp-uglify](https://www.npmjs.com/package/gulp-uglify)\n- [gulp-babel](https://www.npmjs.com/package/gulp-babel)\n\n### Additional Resources:\n- [Sass: Syntactically Awesome Style Sheets](http://sass-lang.com/)\n- [Bootstrap](https://getbootstrap.com/)\n- [Handlebars](http://handlebarsjs.com/)\n- [Panini](https://github.com/zurb/panini)\n- [Gulp](https://gulpjs.org/getting-started)\n\n### License\n\n[MIT](LICENSE)\n\n### Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/tommix95\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/44686328?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etommix95\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/johndavemanuel/bootstrap-gulp-starter-template/commits?author=tommix95\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndavemanuel%2Fbootstrap-gulp-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohndavemanuel%2Fbootstrap-gulp-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndavemanuel%2Fbootstrap-gulp-starter-template/lists"}