{"id":16293538,"url":"https://github.com/badsyntax/generator-react-seed","last_synced_at":"2025-03-20T03:31:07.378Z","repository":{"id":31405282,"uuid":"34968553","full_name":"badsyntax/generator-react-seed","owner":"badsyntax","description":"React seed Yeoman generator","archived":false,"fork":false,"pushed_at":"2015-05-09T11:26:35.000Z","size":184,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T14:22:06.099Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badsyntax.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":"2015-05-03T00:41:39.000Z","updated_at":"2018-03-01T13:53:14.000Z","dependencies_parsed_at":"2022-08-24T16:50:29.529Z","dependency_job_id":null,"html_url":"https://github.com/badsyntax/generator-react-seed","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fgenerator-react-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fgenerator-react-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fgenerator-react-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fgenerator-react-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badsyntax","download_url":"https://codeload.github.com/badsyntax/generator-react-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244543763,"owners_count":20469561,"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-10-10T20:11:40.691Z","updated_at":"2025-03-20T03:31:07.116Z","avatar_url":"https://github.com/badsyntax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-react-seed [![Build Status](https://travis-ci.org/badsyntax/generator-react-seed.svg?branch=master)](https://travis-ci.org/badsyntax/generator-react-seed)\n\n\u003e Seed project for React apps using ES6 \u0026 webpack\n\nThis yeoman generator will install base projet files from my [react-seed](https://github.com/badsyntax/react-seed) project. You have the option of installing the following features:\n\n* react-router\n* material-ui\n\n## Getting Started\n\nEnsure yeoman is installed:\n\n```bash\nnpm install -g yo\n```\n\nInstall generator-react-seed from npm:\n\n```bash\nnpm install -g generator-react-seed\n```\n\nFinally, initiate the generator:\n\n```bash\nyo react-seed\n```\n\n## Files\n\n```\n├── CHANGELOG.md\n├── LICENSE\n├── README.md\n├── app\n│   ├── actions\n│   │   └── AppActions.js\n│   ├── app.jsx\n│   ├── components\n│   │   ├── App\n│   │   │   ├── App.jsx\n│   │   │   └── _App.scss\n│   │   ├── Body\n│   │   │   ├── Body.jsx\n│   │   │   └── _Body.scss\n│   │   └── Footer\n│   │       ├── Footer.jsx\n│   │       ├── _Footer.scss\n│   │       └── __tests__\n│   │           └── Footer-test.js\n│   ├── constants\n│   │   └── AppConstants.js\n│   ├── dispatcher\n│   │   └── AppDispatcher.js\n│   ├── favicon.ico\n│   ├── index.html\n│   ├── scss\n│   │   ├── _base.scss\n│   │   ├── _functions.scss\n│   │   ├── _mixins.scss\n│   │   ├── _toolkit.scss\n│   │   └── app.scss\n│   ├── stores\n│   │   ├── BaseStore.js\n│   │   ├── ItemsStore.js\n│   │   └── __tests__\n│   │       └── BaseStore-test.js\n│   └── util\n│       └── WebAPI.js\n├── dev-server.js\n├── jest-preprocessor.js\n├── package.json\n└── webpack.config.js\n```\n\n## License\n\nCopyright (c) 2015 Richard Willis\n\nMIT (http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadsyntax%2Fgenerator-react-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadsyntax%2Fgenerator-react-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadsyntax%2Fgenerator-react-seed/lists"}