{"id":15292694,"url":"https://github.com/jaredlunde/webpack2-react-sass-es7-boilerplate","last_synced_at":"2026-03-03T14:35:11.532Z","repository":{"id":66086149,"uuid":"65858560","full_name":"jaredLunde/webpack2-react-sass-es7-boilerplate","owner":"jaredLunde","description":"A boilerplate package for writing ES7 React components with SCSS, Webpack 2 and Babel","archived":false,"fork":false,"pushed_at":"2017-04-23T18:13:32.000Z","size":28,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:02:51.456Z","etag":null,"topics":["babel-es6","babel-webpack","boilerplate","boilerplate-template","hmr","hot-reload","react","react-boilerplate","sass","webpack2","webpack2-boilerplate"],"latest_commit_sha":null,"homepage":null,"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/jaredLunde.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-16T22:44:26.000Z","updated_at":"2017-11-08T20:41:21.000Z","dependencies_parsed_at":"2023-02-23T06:30:40.633Z","dependency_job_id":null,"html_url":"https://github.com/jaredLunde/webpack2-react-sass-es7-boilerplate","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/jaredLunde%2Fwebpack2-react-sass-es7-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-sass-es7-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-sass-es7-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-sass-es7-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredLunde","download_url":"https://codeload.github.com/jaredLunde/webpack2-react-sass-es7-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581228,"owners_count":21128127,"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-es6","babel-webpack","boilerplate","boilerplate-template","hmr","hot-reload","react","react-boilerplate","sass","webpack2","webpack2-boilerplate"],"created_at":"2024-09-30T16:25:49.258Z","updated_at":"2026-03-03T14:35:11.482Z","avatar_url":"https://github.com/jaredLunde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack2-react-sass-es7-boilerplate\nA boilerplate package for writing ES7 React components with SCSS, Webpack 2 and Babel\n\nCheck out [webpack2-react-sass-env-boilerplate](https://github.com/jaredlunde/webpack2-react-sass-env-boilerplate)\nfor a more up-to-date example of working with Webpack 2.2, Babel 6, React and SASS which utilizes\n`babel-preset-env` instead of `babel-preset-es2015 ...` or `babel-preset-latest`\n\n\n## To use with a bash script:\n1. Create `create-es-app` executable\n```sh\necho '#!/bin/bash\nif [ -z \"$1\" ]; then\n  echo \"No package name was provided.\"\n  exit 1\nfi\n\nPKG_NAME=$1\nmkdir $PKG_NAME\ncd $PKG_NAME\nnpm init -y\nnpm install webpack2-react-sass-es7-boilerplate\ncp -r ./node_modules/webpack2-react-sass-es7-boilerplate/. ./\nmv package.json.tpl package.json\nfind . -type f \\( -name \"*.html\" -o -name \"*.ejs\" -o -name \"*.js\" -o -name \"*.json\" \\) -and -not -path \"*/node_modules/*\" -exec sed -i.bak -e \"s/{{PKG_NAME}}/${PKG_NAME}/g\" {} \\;;\nfind . -type f -name \"*.bak\" -and -not -path \"*/node_modules/*\" -exec rm {} \\;;\nmv \"./assets/css/{{PKG_NAME}}\" \"./assets/css/${PKG_NAME}\"\nnpm start' \u003e create-es-app\n```\n\n2. Make sure you can execute the script\n```sh\nchmod 0744 create-es-app\n```\n\n3. Execute the script w/ a package name\n```sh\n./create-es-app your-pkg-name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredlunde%2Fwebpack2-react-sass-es7-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredlunde%2Fwebpack2-react-sass-es7-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredlunde%2Fwebpack2-react-sass-es7-boilerplate/lists"}