{"id":22177282,"url":"https://github.com/derekbtw/jumpstart-bootstrap","last_synced_at":"2026-05-08T14:17:33.498Z","repository":{"id":257765970,"uuid":"88312141","full_name":"derekbtw/jumpstart-bootstrap","owner":"derekbtw","description":"This is to get you up and running with Bootstrap 4 and compiling SCSS  with live-reload in a matter of seconds.","archived":false,"fork":false,"pushed_at":"2017-04-15T01:05:05.000Z","size":709,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T11:29:01.477Z","etag":null,"topics":["automated","bootstrap","easy","installer","jumpstart","project","sass","scss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/derekbtw.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-04-15T00:08:28.000Z","updated_at":"2017-08-06T17:54:15.000Z","dependencies_parsed_at":"2024-09-18T15:44:03.952Z","dependency_job_id":"61618b74-7ece-4334-aef7-cd04527e55ba","html_url":"https://github.com/derekbtw/jumpstart-bootstrap","commit_stats":null,"previous_names":["derekbtw/jumpstart-bootstrap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derekbtw/jumpstart-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekbtw%2Fjumpstart-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekbtw%2Fjumpstart-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekbtw%2Fjumpstart-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekbtw%2Fjumpstart-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derekbtw","download_url":"https://codeload.github.com/derekbtw/jumpstart-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekbtw%2Fjumpstart-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32783770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["automated","bootstrap","easy","installer","jumpstart","project","sass","scss"],"created_at":"2024-12-02T08:26:47.846Z","updated_at":"2026-05-08T14:17:33.477Z","avatar_url":"https://github.com/derekbtw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Front End Slicing Starter (LESS or SASS)\n\nThis is to get you up and running with Bootstrap 4 and compiling SCSS with live-reload in a matter of seconds.\n\nIncludes out-of-the-box:\n\n* Automatically compile `SASS`\n* Vendor prefix your CSS for maximum browser support\n* Auto-minify that CSS\n* Auto-minify JavaScript\n* Build a local **webserver** with **live-reload** to test on in seconds\n* Bootstrap 4\n* **NEW:** jumpstart-bootstrap git bash script to automate literally everything for you. Read more below.\n\n\n## Recommended way of installing\nRun the jumpstart-bootstrap.sh script. The installer will ask you to name your project. It will then proceed to clone the repo to the current directory with the name you gave it, compile, and start a local webserver with live-reload.\n\n\n## Requirements you'll need before running script\n\n### Step 1: Node.JS (easy install)\nInstall Node.js [Node.js](https://nodejs.org/en/) is installed (use installer). Skip this is you already have Node on your computer.\n\n\n### Step 2: Install gulp\n\nJust open the terminal and run:\n\n```\nnpm install gulp-cli -g\nnpm install gulp -D\n```\n\n### Step 3: Install Browser Sync\n\n```\nnpm install -g browser-sync\n```\n\n\n**That's it!** Hopefully you already had some of these installed. It shouldn't hurt to re-run any of these if you already installed them.\n\n\n## How to install manually\n\n### Clone the Repo\n\n```\ngit clone git@github.com:derekbtw/bootstrap-4-jumpstart.git my-project\ncd my-project\n```\n\nNote: If you are unsure how to use `git`, just skip this and download it manually. Same thing.\n\n\n### How do I turn it on?\n\nYou'll need to do this on your first run. This just brings in all the stuff the gulpfile will do for you automatically.\n\n```\nnpm install\n```\n\nAfter that, just activate it with:\n\n```\ngulp\n```\n\nA web server will pop-up. Now, everything inside of the LESS and SASS folders will be automatically compiled to your css files!\n\n\n\n\n## How-To Summarized\n\n```\ngit clone git@github.com:derekbtw/bootstrap-4-jumpstart.git my-project\ncd my-project\nnpm install\ngulp\n```\n\n\n\n## Debugging\n\nMake sure you have everything installed. If it's still not working, run:\n\n```\nnpm cache clean\nnpm install --save-dev\nnpm update --save-dev\ngulp\n```\n\n\n## Quick Tips\n\nWhen `gulp` is running:\n\n* Any changes to `scss/` will be compiled to `CSS/`\n    - Note: **You must pick one** or the other. They are both provided out-of-the-box.\n* Any changes or new files added to `js/plugins` will be compiled to `js/plugins.js` and `js/plugins.min.js`\n* Any changes or new files added to `js/scripts` will be compiled to `js/scripts.min.js` and `js/scripts.js`\n\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderekbtw%2Fjumpstart-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderekbtw%2Fjumpstart-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderekbtw%2Fjumpstart-bootstrap/lists"}