{"id":18665350,"url":"https://github.com/robertklep/react-boilerplate","last_synced_at":"2025-07-23T17:08:45.285Z","repository":{"id":142182142,"uuid":"45682388","full_name":"robertklep/react-boilerplate","owner":"robertklep","description":"React.js (+ Express + Browserify) boilerplate","archived":false,"fork":false,"pushed_at":"2015-12-13T09:22:53.000Z","size":6,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T18:05:13.876Z","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/robertklep.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":"2015-11-06T13:04:57.000Z","updated_at":"2017-12-21T15:21:31.000Z","dependencies_parsed_at":"2023-04-05T06:03:53.604Z","dependency_job_id":null,"html_url":"https://github.com/robertklep/react-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robertklep/react-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Freact-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Freact-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Freact-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Freact-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertklep","download_url":"https://codeload.github.com/robertklep/react-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Freact-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266717708,"owners_count":23973384,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-07T08:27:19.289Z","updated_at":"2025-07-23T17:08:45.264Z","avatar_url":"https://github.com/robertklep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-boilerplate\n\nSimple React.js app boilerplate, using the following:\n\n* React (0.14)\n* Express (4.x)\n* Browserify (12.x) + Babelify, Reactify, Minifyify (when `$NODE_ENV` equals `production`) and Watchify\n* Gulp\n* `gulp-live-server` (which includes LiveReload for client-side js/css)\n* SASS\n\n### Gulp tasks\n\n##### `$ gulp js`\n\nGenerate `app/static/js/bundle.js` from `app/client/app.js` using Browserify.\n\n##### `$ gulp css`\n\nGenerate `app/static/css/main.css` from `app/client/stylesheets/main.scss` using SASS.\n\n##### `$ gulp serve`\n\nRuns `js` and `css` tasks and subsequently starts the Express app (`app/server/index.js`) and installs watchers for frontend and backend file changes.\n\n### Directory structure\n\n```\n.\n├── README.md\n├── gulpfile.js\n├── package.json\n└── app\n    ├── client\n    │   ├── app.js         // React entry point\n    │   ├── components     // React components\n    │   │   └── app.jsx\n    │   └── stylesheets    // SASS stylesheets\n    │       └── main.scss\n    ├── server\n    │   ├── index.js       // Express entry point\n    │   └── routes\n    │       └── index.js\n    └── static\n        ├── index.html\n        ├── css\n        │   └── main.css   // Generated by SASS\n        └── js\n            └── bundle.js  // Generated by Browserify\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertklep%2Freact-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertklep%2Freact-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertklep%2Freact-boilerplate/lists"}