{"id":22342550,"url":"https://github.com/omalperera/m-repo","last_synced_at":"2026-05-13T07:09:03.395Z","repository":{"id":203906732,"uuid":"710669224","full_name":"OmalPerera/m-repo","owner":"OmalPerera","description":"related medium article: https://medium.com/ascentic-technology/one-codebase-for-react-and-react-native-with-nx-monorepos-5e876ed829c2","archived":false,"fork":false,"pushed_at":"2023-10-27T07:28:45.000Z","size":553,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-26T09:45:28.608Z","etag":null,"topics":["nx","nx-workspace","react","react-native"],"latest_commit_sha":null,"homepage":"https://medium.com/ascentic-technology/one-codebase-for-react-and-react-native-with-nx-monorepos-5e876ed829c2","language":"Java","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/OmalPerera.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}},"created_at":"2023-10-27T07:27:39.000Z","updated_at":"2024-07-12T20:22:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac91a9ad-cf66-4769-9cdf-ffc4a2ef27db","html_url":"https://github.com/OmalPerera/m-repo","commit_stats":null,"previous_names":["omalperera/m-repo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmalPerera/m-repo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmalPerera%2Fm-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmalPerera%2Fm-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmalPerera%2Fm-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmalPerera%2Fm-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmalPerera","download_url":"https://codeload.github.com/OmalPerera/m-repo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmalPerera%2Fm-repo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32971745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: 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":["nx","nx-workspace","react","react-native"],"created_at":"2024-12-04T08:13:02.140Z","updated_at":"2026-05-13T07:09:03.380Z","avatar_url":"https://github.com/OmalPerera.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MRepo\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨\n\n\n## Start the app\n\nTo start the development server run `nx serve mobile`. Open your browser and navigate to http://localhost:4200/. Happy coding!\n\n\n## Generate code\n\nIf you happen to use Nx plugins, you can leverage code generators that might come with it.\n\nRun `nx list` to get a list of available plugins and whether they have generators. Then run `nx list \u003cplugin-name\u003e` to see what generators are available.\n\nLearn more about [Nx generators on the docs](https://nx.dev/plugin-features/use-code-generators).\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).\n\n## Want better Editor Integration?\n\nHave a look at the [Nx Console extensions](https://nx.dev/nx-console). It provides autocomplete support, a UI for exploring and running tasks \u0026 generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.\n\n## Ready to deploy?\n\nJust run `nx build demoapp` to build the application. The build artifacts will be stored in the `dist/` directory, ready to be deployed.\n\n## Set up CI!\n\nNx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further.\n\n- [Set up remote caching](https://nx.dev/core-features/share-your-cache)\n- [Set up task distribution across multiple machines](https://nx.dev/core-features/distribute-task-execution)\n- [Learn more how to setup CI](https://nx.dev/recipes/ci)\n\n## Connect with us!\n\n- [Join the community](https://nx.dev/community)\n- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)\n- [Follow us on Twitter](https://twitter.com/nxdevtools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomalperera%2Fm-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomalperera%2Fm-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomalperera%2Fm-repo/lists"}