{"id":20806730,"url":"https://github.com/fed/custom-scripts","last_synced_at":"2026-04-29T05:05:02.341Z","repository":{"id":85048378,"uuid":"81667838","full_name":"fed/custom-scripts","owner":"fed","description":"A tailored alternative to react-scripts","archived":false,"fork":false,"pushed_at":"2017-08-10T14:05:32.000Z","size":36,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T13:31:27.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://npmjs.com/package/custom-scripts","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/fed.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":"2017-02-11T17:08:11.000Z","updated_at":"2017-12-17T16:08:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"5febd10c-b081-4dd5-9cdf-42503ab93c05","html_url":"https://github.com/fed/custom-scripts","commit_stats":null,"previous_names":["fknussel/custom-scripts"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/fed/custom-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fcustom-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fcustom-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fcustom-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fcustom-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/custom-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Fcustom-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32411573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"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":[],"created_at":"2024-11-17T19:24:56.773Z","updated_at":"2026-04-29T05:05:02.297Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# custom-scripts\n\n![React \u0026 Redux Boilerplate](http://i.imgur.com/Agl5kuk.png)\n\nThis is a simple set of custom build scripts I've put together after setting up a bunch of React apps at work. These scripts hold all of the build configuration for my React apps. Even though it's **fairly opinionated** project, with tools and decisions that make sense to me and my team, all of the libraries and tools I'm using here are pretty standard and widespread in the React community nowadays.\n\nI've followed the same idea behind [**create-react-app**](https://github.com/facebookincubator/create-react-app) and [**react-scripts**](https://github.com/facebookincubator/create-react-app/tree/master/packages/react-scripts). Main difference is here I'm supporting CSS modules and various PostCSS plugins in an effort to make this production ready.\n\nHere's a list of what I've included:\n\n* UI Library: [**React**](https://facebook.github.io/react/)\n* Styling: [**CSS Modules**](https://github.com/css-modules/css-modules) and [**PostCSS**](http://postcss.org/)\n* Module Bundler: [**Webpack 2**](https://webpack.github.io/)\n* ES6+ \u0026 JSX -\u003e ES5: [**Babel**](https://babeljs.io/)\n* Linting: [**eslint**](http://eslint.org/) and [**stylelint**](http://stylelint.io/)\n* Test Libraries: [**Jest**](https://facebook.github.io/jest/) and [**Enzyme**](https://github.com/airbnb/enzyme)\n\n## Prerequisites\n\n* Node.js (https://nodejs.org/) v4.0.0 or greater\n\n## Getting Started\n\nAdd this module to your development dependencies:\n\n```\nnpm install --save-dev custom-scripts # npm\nyarn add custom-scripts --dev # yarn\n```\n\nSet up the following scripts on your `package.json`:\n\n```js\n\"scripts\": {\n  \"start\": \"custom-scripts start\",\n  \"build\": \"custom-scripts build\",\n  \"test\": \"custom-scripts test\"\n}\n```\n\nMake sure:\n\n* all of your application code lives under a directory called `src`.\n* you've got a `public` folder hosting your `index.html` file and any other static asset you might need (such as your favicon).\n* all of your tests are in a `test` folder.\n\nAnd that's about it for making this module work with your project!\n\n## Contributing\n\nPlease submit an issue or create a PR if you find a better way to do things or know of a nicer configuration 🙂\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Fcustom-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Fcustom-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Fcustom-scripts/lists"}