{"id":27768043,"url":"https://github.com/koddr/example-go-react-macos-app-1","last_synced_at":"2025-04-29T19:59:30.076Z","repository":{"id":52384356,"uuid":"225888726","full_name":"koddr/example-go-react-macos-app-1","owner":"koddr","description":"Example native macOS app on Go (Golang) and React.js","archived":false,"fork":false,"pushed_at":"2021-11-08T07:39:59.000Z","size":3087,"stargazers_count":32,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-29T19:59:24.910Z","etag":null,"topics":["example-app","go","golang","macos","native-apps","react","reactjs"],"latest_commit_sha":null,"homepage":"https://dev.to/koddr/how-to-create-a-native-macos-app-on-go-golang-and-react-js-with-full-code-protection-part-1-463k","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/koddr.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":"2019-12-04T14:40:39.000Z","updated_at":"2023-11-28T07:47:53.000Z","dependencies_parsed_at":"2022-08-24T10:00:47.080Z","dependency_job_id":null,"html_url":"https://github.com/koddr/example-go-react-macos-app-1","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/koddr%2Fexample-go-react-macos-app-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddr%2Fexample-go-react-macos-app-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddr%2Fexample-go-react-macos-app-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddr%2Fexample-go-react-macos-app-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koddr","download_url":"https://codeload.github.com/koddr/example-go-react-macos-app-1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251574671,"owners_count":21611387,"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":["example-app","go","golang","macos","native-apps","react","reactjs"],"created_at":"2025-04-29T19:59:29.514Z","updated_at":"2025-04-29T19:59:30.069Z","avatar_url":"https://github.com/koddr.png","language":"JavaScript","funding_links":["https://paypal.me/koddr?locale.x=en_EN","https://liberapay.com/koddr/donate"],"categories":[],"sub_categories":[],"readme":"# Example native macOS app on Go (Golang) and React.js\n\nThis is full code example for **Part 1** of article [**How to create a native macOS app on Go (Golang) and React.js with full code protection (without magic)**](https://dev.to/koddr/how-to-create-a-native-macos-app-on-go-golang-and-react-js-with-full-code-protection-part-1-463k).\n\nPublished on [Medium](https://link.medium.com/F5aFjvld91) @ 04 Dec 2019 and re-published on [Dev.to](https://dev.to/koddr/how-to-create-a-native-macos-app-on-go-golang-and-react-js-with-full-code-protection-part-1-463k) @ 12 Jan 2020.\n\nPart 2 is coming soon.\n\n## Requirements\n\n- Go `1.11+`\n  - dep `0.5+`\n- Node.js `10+`\n  - npm `6+`\n\n## Quick demo\n\n```console\n# Clone this repository:\ngit clone https://github.com/koddr/example-go-react-macos-app-1.git\n\n# Go to folder:\ncd example-go-react-macos-app-1\n\n# Install packr utility, which should be available for calling\n# from the console in $GOPATH/bin/packr:\ngo get -u github.com/gobuffalo/packr/packr\n\n# Install Golang packages:\ndep ensure -add github.com/gobuffalo/packr\ndep ensure -add github.com/zserge/webview\n\n# Build frontend, compile backend and run app:\nmake\n\n# (Optional) For cleaning:\nmake clean\n```\n\n## Author\n\n- [Vic Shóstak](https://github.com/koddr) (aka Koddr).\n\n## Article assistance\n\nIf you want to say «thank you»:\n\n1. Twit about article [on your Twitter](\u003chttps://twitter.com/intent/tweet?text=How%20to%20create%20a%20native%20macOS%20app%20on%20@Golang%20and%20@reactjs%20with%20full%20code%20protection%20(Part%201)%20%F0%9F%98%89%20https://dev.to/koddr/how-to-create-a-native-macos-app-on-go-golang-and-react-js-with-full-code-protection-part-1-463k\u003e).\n2. Add a GitHub Star and make Fork to this repository.\n3. Donate some money to project author via PayPal: [@paypal.me/koddr](https://paypal.me/koddr?locale.x=en_EN) or [LiberaPay](https://liberapay.com/koddr/donate).\n4. Join DigitalOcean at our [referral link](https://m.do.co/c/b41859fa9b6e) (your profit is **\\$100** and we get \\$25).\n\nThanks for your support! 😘\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoddr%2Fexample-go-react-macos-app-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoddr%2Fexample-go-react-macos-app-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoddr%2Fexample-go-react-macos-app-1/lists"}