{"id":20578839,"url":"https://github.com/hydrocarbons/basic-react-boilerplate-2018","last_synced_at":"2026-04-11T13:34:44.677Z","repository":{"id":139598011,"uuid":"121878755","full_name":"HydroCarbons/basic-react-boilerplate-2018","owner":"HydroCarbons","description":"Ultra basic boilerplate for React, react-bootstrap, babel and webpack ready for 2018","archived":false,"fork":false,"pushed_at":"2018-02-18T00:15:18.000Z","size":593,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-11T13:34:42.013Z","etag":null,"topics":["2018","adf","babel","boilerplate","boilerplate-application","boilterplate","hydrocarbons","modern","react","react-boilerplate","react-bootstrap","react-dom","webpack","webpack3"],"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/HydroCarbons.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":"2018-02-17T18:00:50.000Z","updated_at":"2020-11-07T19:31:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb859409-fb85-4c7f-a688-264e0317b2f6","html_url":"https://github.com/HydroCarbons/basic-react-boilerplate-2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HydroCarbons/basic-react-boilerplate-2018","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HydroCarbons%2Fbasic-react-boilerplate-2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HydroCarbons%2Fbasic-react-boilerplate-2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HydroCarbons%2Fbasic-react-boilerplate-2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HydroCarbons%2Fbasic-react-boilerplate-2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HydroCarbons","download_url":"https://codeload.github.com/HydroCarbons/basic-react-boilerplate-2018/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HydroCarbons%2Fbasic-react-boilerplate-2018/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["2018","adf","babel","boilerplate","boilerplate-application","boilterplate","hydrocarbons","modern","react","react-boilerplate","react-bootstrap","react-dom","webpack","webpack3"],"created_at":"2024-11-16T06:14:43.960Z","updated_at":"2026-04-11T13:34:44.646Z","avatar_url":"https://github.com/HydroCarbons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ultra basic boilerplate ready for 2018\nReact + React-Bootrstrap + Babel + WebPack with hot module replacement\n\nI made this boilerplate to quickly get and up running with React programming with a dev and prod build and traspilation pipeline. You can also use react-bootstrap https://react-bootstrap.github.io/ components.\n\n## Prepare\n1. **NodeJS**  \n``` https://nodejs.org/en/download/ ```\n2. **Webpack** \n``` npm install --global webpack ```\n3. **Clone this repository** \n``` $ https://github.com/HydroCarbons/basic-react-boilerplate-2018.git ```\n4. **Switch to project*** \n```cd basic-react-boilerplate-2018```\n5. **Install Depedencies*** \n``` npm install ```\n\n## Development Environment\n\n1. Start \n```\n npm start\n```\n\n2. App running in your broswer\n```\n http://localhost:8081\n```\n\n## Production Environment\n\n1. Create build\n```\n  npm run build\n```\n\n2. On successful completion, 'dist' folder will be created with app files.\n```\n1. bundle.js\n2. bundle.js.map\n3. \u003cguid\u003e.png \u003c\u003c Application Icon\n4. index.html \n```\n## App\n\n### \u003ca href=\"http://localhost:8081\" target=\"_blank\"\u003eGo to App\u003c/a\u003e\n\n![Alt text](https://github.com/HydroCarbons/basic-react-boilerplate/blob/master/docs/app.png)\n\n## Build Pipeline\n\n![Build Pipeline](https://github.com/HydroCarbons/basic-react-boilerplate-2018/blob/master/docs/workflow.png)\n\n\n## License\nThis project is licensed under the Apache License 2.0, Copyright (c) 2018 HydroCarbons. For more information see LICENSE.md.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrocarbons%2Fbasic-react-boilerplate-2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydrocarbons%2Fbasic-react-boilerplate-2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrocarbons%2Fbasic-react-boilerplate-2018/lists"}