{"id":16235536,"url":"https://github.com/benjaminhoffman/react-boiler","last_synced_at":"2026-01-16T01:02:56.352Z","repository":{"id":40693255,"uuid":"97323531","full_name":"benjaminhoffman/react-boiler","owner":"benjaminhoffman","description":"made-from-scratch react \u0026 webpack boilerplate w/ a11y in mind","archived":false,"fork":false,"pushed_at":"2023-01-24T22:51:19.000Z","size":6074,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T13:11:16.564Z","etag":null,"topics":[],"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/benjaminhoffman.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}},"created_at":"2017-07-15T15:09:41.000Z","updated_at":"2017-10-15T15:53:05.000Z","dependencies_parsed_at":"2023-02-14T02:16:13.419Z","dependency_job_id":null,"html_url":"https://github.com/benjaminhoffman/react-boiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benjaminhoffman/react-boiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhoffman%2Freact-boiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhoffman%2Freact-boiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhoffman%2Freact-boiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhoffman%2Freact-boiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminhoffman","download_url":"https://codeload.github.com/benjaminhoffman/react-boiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhoffman%2Freact-boiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28475142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T00:15:39.755Z","status":"ssl_error","status_checked_at":"2026-01-16T00:15:32.174Z","response_time":62,"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-10-10T13:26:33.134Z","updated_at":"2026-01-16T01:02:56.334Z","avatar_url":"https://github.com/benjaminhoffman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"made-from-scratch react boiler.  with webpack \u0026 babel, yarn.\n\nalthough `create-react-app` is great, sometimes you want a home cooked meal.\n\n## client\n- react 15\n- webpack 3\n- es6 via babel 6\n- CSS modules\n- Jest/Enzyme for testing\n- eslint/standard \u0026 prettier for linting \u0026 JS standards\n- lint-staged/husky for pre-commit lint checker\n\n## server\n- node 8.1.6\n- express 4\n\n## Run locally\n1. change the `.env_sample` file to `.env`\n2. change the apixu key... in lieu of `xxxxxxxxx`, add your own\n3. confirm you have `yarn` installed (`npm install yarn -g`)\n4. confirm you have node installed (`node -v`; fwiw, i have `v8.1.4`)\n5. do the following:\n```bash\n$ yarn install\n$ yarn start\n-\u003e http://localhost:8080\n```\n\nFor testing, we use Jest + Enzyme, type: `$ yarn test`\n\n\n## Principles\n1. colocate CSS\n2. css modules should be imported via style-loader \u0026 css-loader\n3. JSX files have `.jsx` extension\n4. one component, one file\n5. dont block the event loop!\n6. test coverage bro\n\n\n## To Do\n- [ ] see readme from `nri` repo\n- [ ] add redux\n- [ ] add react router 4\n- [ ] add logging \u0026 error handling (https://github.com/mzabriskie/axios#handling-errors)\n- [ ] less/sass/nextcss\n- [ ] css linter\n- [ ] loading spinner\n- [ ] fix package.json proxy setting\n- [ ] CSS/HTML: add reset/normalize\n- [ ] add JSDoc (see below)\n\n\n#### JSDoc\n```javascript\n/**\n * Some description here about what this method does\n * @param {string} range - param 1 description\n * @param {Object} data - param 2 description\n * @return {Object} something - return value from this function\n */\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminhoffman%2Freact-boiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminhoffman%2Freact-boiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminhoffman%2Freact-boiler/lists"}