{"id":18852206,"url":"https://github.com/wisdomfusion/webpack-static-site-boilerplate","last_synced_at":"2026-04-28T21:35:00.098Z","repository":{"id":39532868,"uuid":"181987609","full_name":"wisdomfusion/webpack-static-site-boilerplate","owner":"wisdomfusion","description":"Webpack 4 static site boilerplate with ES6+, SASS/LESS support, dev-server and livereload.","archived":false,"fork":false,"pushed_at":"2023-01-07T05:48:38.000Z","size":3665,"stargazers_count":2,"open_issues_count":26,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T22:54:05.424Z","etag":null,"topics":["es6","less","sass","webpack","webpack4"],"latest_commit_sha":null,"homepage":"","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/wisdomfusion.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":"2019-04-18T00:22:47.000Z","updated_at":"2021-04-25T03:42:56.000Z","dependencies_parsed_at":"2023-02-06T13:00:31.169Z","dependency_job_id":null,"html_url":"https://github.com/wisdomfusion/webpack-static-site-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/wisdomfusion/webpack-static-site-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fwebpack-static-site-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fwebpack-static-site-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fwebpack-static-site-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fwebpack-static-site-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisdomfusion","download_url":"https://codeload.github.com/wisdomfusion/webpack-static-site-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisdomfusion%2Fwebpack-static-site-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["es6","less","sass","webpack","webpack4"],"created_at":"2024-11-08T03:38:35.877Z","updated_at":"2026-04-28T21:35:00.080Z","avatar_url":"https://github.com/wisdomfusion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack 4 static site boilerplate with ES6+, SASS/LESS support and dev-server\n\n## Instructions\n\nThis Webpack 4 Boilerplate comes with 4 build options:\n\n### start build\n\nstarts dev server on `localhost:8080` with livereload:\n\n```\nnpm run start\n```\n\n### watch build\n\nbuilds in development mode, and watch source files in `./src`, build when files changes:\n\n```\nnpm run watch\n```\n\n### dev build\n\nbuilds in development mode:\n\n```\nnpm run dev\n```\n\n### prod build\n\nbuilds in production mode, with optimization and minimization:\n\n```\nnpm run prod\n```\n\n## Setup\n\n```\nnpm i\n```\n\n## Preprocessor support (default: Sass)\n\n### SASS PreProcessor\n\n```\nnpm i -D less less-loader\nnpm rm node-sass sass-loader\n```\n\nSet `cssPreprocessor` in webpack.config.js to **sass**.\n\n### LESS Preprocessor\n\n```\nnpm i -D less less-loader\nnpm rm node-sass sass-loader\n```\n\nSet `cssPreprocessor` in webpack.config.js to **less**.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisdomfusion%2Fwebpack-static-site-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisdomfusion%2Fwebpack-static-site-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisdomfusion%2Fwebpack-static-site-boilerplate/lists"}