{"id":16485831,"url":"https://github.com/creeperyang/react-seed","last_synced_at":"2025-06-11T04:11:08.755Z","repository":{"id":66339875,"uuid":"49506704","full_name":"creeperyang/react-seed","owner":"creeperyang","description":"Seed project for React.js apps. Stack: React, ES6+, Babel, Webpack and Sass. ","archived":false,"fork":false,"pushed_at":"2016-02-14T02:43:44.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T20:33:53.490Z","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/creeperyang.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":"2016-01-12T14:50:58.000Z","updated_at":"2018-06-19T16:25:25.000Z","dependencies_parsed_at":"2023-02-23T04:00:56.845Z","dependency_job_id":null,"html_url":"https://github.com/creeperyang/react-seed","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/creeperyang%2Freact-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2Freact-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2Freact-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2Freact-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creeperyang","download_url":"https://codeload.github.com/creeperyang/react-seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creeperyang%2Freact-seed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258540236,"owners_count":22717344,"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-11T13:27:26.090Z","updated_at":"2025-06-11T04:11:08.690Z","avatar_url":"https://github.com/creeperyang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Seed\n\n\u003e A [React.js](http://facebook.github.io/react/) seed project. Stack: ES6+, Babel6, React, React Router and [Webpack](http://webpack.github.io/).\n\n\n### Features\n\n\u0026nbsp; \u0026nbsp; ✓ Next generation JavaScript with [Babel6.x](https://github.com/babel/babel)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ [Sass](http://sass-lang.com/) syntax for CSS via [postCSS](https://github.com/postcss/postcss)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Development web server with `webpack-dev-server`. Soon will use `Koa` instead.\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Bundling and optimization with [Webpack](http://webpack.github.io/)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Hot replace. Currently support live reload, and will support hot replacement soon.\u003cbr\u003e\n\n\n### Directory Layout\n\n```\n.\n├── /build/                     # The folder for compiled output\n├── /node_modules/              # 3rd-party libraries and utilities\n├── /app/                       # React app, source files\n│   ├── /components/            # Common react components\n│   ├── /pages/                 # React-router's Route component, like traditional pages\n│   ├── /styles/                # Common styles(mixins, variables, and global styles)\n│   ├── /images/                # Common images\n│   ├── /app.js                 # Entry script\n│   ├── /index.html             # Index page (template)\n│   └── /routes.js              # Router\n├── /tools/                     # Build automation scripts and utilities\n│── package.json                # Dev dependencies and NPM scripts\n└── readme.md                   # Project overview\n```\n\n### Getting Started\n\nJust clone the repo, install Node.js modules and run `npm start`:\n\n```\n$ git clone -o react-seed -b master --single-branch \\\n      https://github.com/creeperyang/react-seed.git MyApp\n$ cd MyApp\n$ npm install\n$ npm start\n```\n\nThen will automatically open `0.0.0.0:3000` in your browser.\n\n\n### How to Update\n\nYou can always fetch and merge the recent changes from this repo back into\nyour own project:\n\n```shell\n$ git checkout master\n$ git fetch react-seed\n$ git merge react-seed/master\n$ npm install\n```\n\n### License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreeperyang%2Freact-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreeperyang%2Freact-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreeperyang%2Freact-seed/lists"}