{"id":17138202,"url":"https://github.com/esamattis/react-makefile","last_synced_at":"2026-02-02T10:32:16.424Z","repository":{"id":137970459,"uuid":"48389658","full_name":"esamattis/react-makefile","owner":"esamattis","description":"Makefile boilerplate for React.js","archived":false,"fork":false,"pushed_at":"2018-09-28T23:53:26.000Z","size":58,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T20:14:24.153Z","etag":null,"topics":["boilerplate","reactjs","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esamattis.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":"2015-12-21T19:18:27.000Z","updated_at":"2025-01-17T07:14:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4f6a453-ea5c-479b-a0cc-55642da8ff9b","html_url":"https://github.com/esamattis/react-makefile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esamattis/react-makefile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esamattis%2Freact-makefile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esamattis%2Freact-makefile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esamattis%2Freact-makefile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esamattis%2Freact-makefile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esamattis","download_url":"https://codeload.github.com/esamattis/react-makefile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esamattis%2Freact-makefile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29010257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T08:40:12.472Z","status":"ssl_error","status_checked_at":"2026-02-02T08:40:10.926Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["boilerplate","reactjs","webpack"],"created_at":"2024-10-14T20:09:03.273Z","updated_at":"2026-02-02T10:32:16.404Z","avatar_url":"https://github.com/esamattis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Makefile boilerplate for React.js\n\n\nSimple React.js boilerplate for GNU Make and Webpack 2.\n\n\n\n## Install\n\nInstall yarn using\n\n    npm install -g yarn\n\nClone this repo and cd into it\n\n    git clone https://github.com/epeli/react-makefile myapp\n    cd myapp\n\nYou might want to reset git history\n\n    rm -rf .git\n    git init\n    git add .\n    git commit -m initial\n\nStart by installing all the deps from `package.json`\n\n    yarn\n\nAdd `yarn.lock` to git\n\n    git add yarn.lock \u0026\u0026 git commit -m \"Add yarn.lock\"\n\n## Hacking\n\nStart development server\n\n    make js-server\n\nand open \u003chttp://localhost:8080/\u003e and hack on `src/index.js`\n\n## Production\n\nBuild production bundle with\n\n    make js\n\nand preview it with\n\n    make server\n\nand open \u003chttp://localhost:8080/\u003e\n\n\nCommit the production bundle with\n\n    make commit-bundle\n\nUsing this task is required for commiting the bundle changes because the bundle the changes are hidden from git using `--assume-unchanged`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesamattis%2Freact-makefile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesamattis%2Freact-makefile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesamattis%2Freact-makefile/lists"}