{"id":27234506,"url":"https://github.com/sefatanam/loop-space","last_synced_at":"2026-04-11T03:33:37.445Z","repository":{"id":286879602,"uuid":"960608276","full_name":"sefatanam/loop-space","owner":"sefatanam","description":"This is my personal fullstack practice repo using NX Monorepo. It's a sandbox environment where I experiment with various frontend and backend technologies, building raw implementations and testing ideas.","archived":false,"fork":false,"pushed_at":"2025-05-31T21:00:52.000Z","size":784,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T09:05:13.964Z","etag":null,"topics":["angular","nx","nx-workspace","react","tailwindcss","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sefatanam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-04T18:20:33.000Z","updated_at":"2025-05-31T21:00:56.000Z","dependencies_parsed_at":"2025-04-27T19:26:14.778Z","dependency_job_id":"012372df-4d69-4d59-82c7-24379980dbc4","html_url":"https://github.com/sefatanam/loop-space","commit_stats":null,"previous_names":["sefatanam/loop-space"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sefatanam/loop-space","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefatanam%2Floop-space","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefatanam%2Floop-space/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefatanam%2Floop-space/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefatanam%2Floop-space/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sefatanam","download_url":"https://codeload.github.com/sefatanam/loop-space/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sefatanam%2Floop-space/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["angular","nx","nx-workspace","react","tailwindcss","vue"],"created_at":"2025-04-10T15:56:42.686Z","updated_at":"2026-04-11T03:33:37.424Z","avatar_url":"https://github.com/sefatanam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loop Space \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 \u003cbr\u003e\n\nThis is my personal fullstack practice repo using [**NX Monorepo**](https://nx.dev/). It's a sandbox environment where I experiment with various frontend and backend technologies, building raw implementations and testing ideas. This repo is managed using Nx, allowing me to organize all apps and libraries within a single monorepo.\n\n## Purpose\n\nThis is not a production-ready project — it's a **raw practice ground** where I:\n- Explore how different frameworks work\n- Try out component libraries and state management\n- Build shared utilities across apps\n- Connect frontends to a NestJS backend\n- Learn and make mistakes in a controlled space\n\n## Note\nExpect messy code and lots of WIP — this is where I break things to learn how to fix them. Feel free to clone, explore, and use as a reference if you're also diving into multi-framework development with Nx.\n\n#### Requirements\n- Node `22.14.0`\n- Nx `v20.7.1`\n  \u003e To make the nx command available globally, install nx via `npm install -g nx`.\n## How to\n- How to generate Apps [**Nx Plugin Registry**](https://nx.dev/plugin-registry)\n- How to generate Library \n    ```bash\n    nx g @nx/angular:library libs/LIBRARY_NAME\n    ```\n- How to remove Library \n    ```bash\n    nx g @nx/workspace:remove LIBRARY_NAME\n    ```\n- [Learn more about this workspace setup and its capabilities](https://nx.dev/getting-started/tutorials/angular-monorepo-tutorial?utm_source=nx_project\u0026amp;utm_medium=readme\u0026amp;utm_campaign=nx_projects) or run `npx nx graph` to visually explore what was created. Now, let's get you up to speed!\n\n\n## Serve App\n\nTo run the dev server for your app, use:\n\n```sh\nnpx nx serve APP_NAME\n```\n\nTo create a production bundle:\n\n```sh\nnpx nx build APP_NAME\n```\n\nTo see all available targets to run for a project, run:\n\n```sh\nnpx nx show project APP_NAME\n```\n\nThese targets are either [inferred automatically](https://nx.dev/concepts/inferred-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) or defined in the `project.json` or `package.json` files.\n\n[More about running tasks in the docs \u0026raquo;](https://nx.dev/features/run-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Add new projects\n\nWhile you could add new projects to your workspace manually, you might want to leverage [Nx plugins](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) and their [code generation](https://nx.dev/features/generate-code?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) feature.\nYou can use `npx nx list` to get a list of installed plugins. Then, run `npx nx list \u003cplugin-name\u003e` to learn about more specific capabilities of a particular plugin. Alternatively, [install Nx Console](https://nx.dev/getting-started/editor-setup?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) to browse plugins and generators in your IDE.\n\n[Learn more about Nx plugins \u0026raquo;](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) | [Browse the plugin registry \u0026raquo;](https://nx.dev/plugin-registry?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n  \n## Useful links\n\nLearn more:\n\n- [Learn more about this workspace setup](https://nx.dev/getting-started/tutorials/angular-monorepo-tutorial?utm_source=nx_project\u0026amp;utm_medium=readme\u0026amp;utm_campaign=nx_projects)\n- [Learn about Nx on CI](https://nx.dev/ci/intro/ci-with-nx?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [Releasing Packages with Nx release](https://nx.dev/features/manage-releases?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [What are Nx plugins?](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\nAnd join the Nx community:\n- [Discord](https://go.nx.dev/community)\n- [Follow us on X](https://twitter.com/nxdevtools) or [LinkedIn](https://www.linkedin.com/company/nrwl)\n- [Our Youtube channel](https://www.youtube.com/@nxdevtools)\n- [Our blog](https://nx.dev/blog?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsefatanam%2Floop-space","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsefatanam%2Floop-space","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsefatanam%2Floop-space/lists"}