{"id":22712094,"url":"https://github.com/buildit/react-skellington","last_synced_at":"2025-07-05T23:04:59.335Z","repository":{"id":78235759,"uuid":"92325333","full_name":"buildit/react-skellington","owner":"buildit","description":"A basic skeleton for a React app with - of course - some basic assumptions and opinions","archived":false,"fork":false,"pushed_at":"2017-09-06T19:13:30.000Z","size":348,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-24T10:50:01.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/buildit.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-05-24T18:45:02.000Z","updated_at":"2021-09-11T12:34:59.000Z","dependencies_parsed_at":"2023-04-01T07:22:53.930Z","dependency_job_id":null,"html_url":"https://github.com/buildit/react-skellington","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buildit/react-skellington","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Freact-skellington","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Freact-skellington/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Freact-skellington/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Freact-skellington/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildit","download_url":"https://codeload.github.com/buildit/react-skellington/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Freact-skellington/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263819139,"owners_count":23516116,"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":[],"created_at":"2024-12-10T13:09:21.928Z","updated_at":"2025-07-05T23:04:59.319Z","avatar_url":"https://github.com/buildit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-skellington\nA basic skeleton for a React app with - of course - some basic assumptions and opinions\n\nUses webpack2, webpack dev server + hot module reloading.\n\nAssumes you want a react app that uses Redux, Redux-Saga, React-Router and Redux-Form.\n\nAlso assumes you're going to be writing code in an es6-kinda way, using SASS and doing some object-rest-spread fun.\n\nAlso also assumes you want Moment.js.\n\n# SKELLINGTON!\n\nThis is the _minimal_ set of dev dependencies I found that worked for my requirements - I wanted to write my webpack config as es6, I wanted webpack dev server, hot module reloading and some kind of production build.\n\n## QUICK START\n\nUse of *yarn* over *npm* is _highly_ encouraged. Just run `yarn install` and you're good to go.\n\nIf instead you opt to use npm, use `npm install` and then don't come crying to me that something horrible is broken, because you can't trust npm to give you what you actually asked for.\n\n- For development, run `npm run dev`\n- For production build, run `npm run build`\n- Run tests with `npm test`\n- Lint javascript and styles with `npm run lint` and `npm run lint:style` respectively, or do both with `npm run lint`.\n\n## GOALS\n\n- To _understand_ why a dependency is a dependency, not just blindly include it because some tutorial said to\n- To _document_ why dependencies are included, and what their inclusion actually entails\n- To aggressively gut dependencies until the absolute working core remains\n- To divide configuration between two states: *visible* and *protected*\n  - Where *visible* configuration is open about what it is doing and is open to change, and\n  - *protected* configuration is documented, but discourages manipulation unless it is discovered to be a flaw in the skeleton.\n\n## TODO\n\n- Clean up webpack config (inc. per-environment setup)\n- ~Verify requirment of specific babel plugins that seem dubious~\n- ~Clean up eslint rules~\n- Add contrived redux-saga example to verify HMR\n- Refactor directory structure for redux and sagas related modules\n- Add various css (postcss, whatever) webpack loaders/rules\n- ~Add test harness - most likely involving mocha, chai and enzyme (enzyme wraps jsdom, so that is acceptable)~\n- ~Decouple config from package.json~\n- ~Decouple application paths from package.json~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildit%2Freact-skellington","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildit%2Freact-skellington","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildit%2Freact-skellington/lists"}