{"id":20040617,"url":"https://github.com/muhammedahmetsekerci/angular-first-app","last_synced_at":"2026-02-02T15:04:59.232Z","repository":{"id":237881478,"uuid":"794973318","full_name":"muhammedahmetsekerci/angular-first-app","owner":"muhammedahmetsekerci","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-17T20:17:34.000Z","size":2629,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T19:16:54.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/muhammedahmetsekerci.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":"2024-05-02T10:31:42.000Z","updated_at":"2024-12-17T20:17:31.000Z","dependencies_parsed_at":"2024-05-03T13:23:47.048Z","dependency_job_id":"1f42d82d-9aaf-4de2-9106-f9e7719083e0","html_url":"https://github.com/muhammedahmetsekerci/angular-first-app","commit_stats":null,"previous_names":["muhammedahmetsekerci/angular-first-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedahmetsekerci%2Fangular-first-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedahmetsekerci%2Fangular-first-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedahmetsekerci%2Fangular-first-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammedahmetsekerci%2Fangular-first-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhammedahmetsekerci","download_url":"https://codeload.github.com/muhammedahmetsekerci/angular-first-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470362,"owners_count":19968041,"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":[],"created_at":"2024-11-13T10:43:02.800Z","updated_at":"2026-02-02T15:04:59.190Z","avatar_url":"https://github.com/muhammedahmetsekerci.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Tutorial: First App\r\n\r\n## Setting Up Visual Studio Code\r\n\r\nTo begin with the Angular tutorial in Visual Studio Code, follow these steps:\r\n\r\n1.**Install Visual Studio Code (if you haven't already):**\r\n\r\n- Go to the [Visual Studio Code website](https://code.visualstudio.com/).\r\n- Download the installer for your operating system.\r\n- Follow the installation instructions.\r\n\r\n  2.**Install Node.js:**\r\n- Go to the [Node.js website](https://nodejs.org/).\r\n- Download and run the installer for your operating system.\r\n- Follow the installation instructions.\r\n\r\n## Verifying Node.js and npm Installation\r\n\r\nOnce you've installed Node.js, you can verify the installation by running the following commands in your command-line interface (CLI):\r\n\r\n1. Open your command-line interface\r\n2. To check the version of Node.js installed, run:\r\n\r\n```\r\n node -v\r\n```\r\n\r\nThis command will output the version of Node.js installed on your system.\r\n\r\n3. To check the version of npm (Node Package Manager) installed, run:\r\n\r\n```\r\n npm -v\r\n```\r\n\r\nThis command will output the version of npm installed on your system.\r\n\r\nNote:If the version numbers are not displayed when running `node -v` or `npm -v`, you need to add the Node.\r\n\r\n## Setting Up Angular CLI\r\n\r\nAfter installing Node.js and npm, you'll need to install the Angular CLI globally on your system. Follow these steps to set up Angular CLI:\r\n\r\n1. **Open your command-line interface (CLI):**\r\n2. **Install Angular CLI globally:**\r\n\r\n```\r\n npm install -g @angular/cli\r\n```\r\n\r\nThis command will display the version of Angular CLI installed on your system along with other related information.\r\n\r\n## Create a new Angular project using Angular CLI\r\n\r\n```\r\nng new projectname\r\n```\r\n\r\n## Running the Git Repository\r\n\r\nTo run the project from a Git repository, follow these steps:\r\n\r\n1. **Clone the Git repository:**\r\n\r\n   - Clone the repository to your local machine using Git.\r\n2. **Start JSON Server:**\r\n\r\n   - Open Visual Studio Code.\r\n   - Open a terminal within Visual Studio Code.\r\n   - Navigate to the project directory.\r\n   - Run `json-server --watch db.json` to start JSON Server and watch the `db.json` file.\r\n3. **Start the Angular Project:**\r\n\r\n   - In the same terminal, run `ng serve` to start the Angular project.\r\n\r\n   ---\r\n\r\n**Home Page**\r\n\r\n\u003cimg src=\"https://live.staticflickr.com/65535/53692855482_524d279a8f_o.png\" width=\"975\" height=\"431\" alt=\"photo1\"/\u003e\r\n\r\n **Learn More Page**\r\n\r\n\u003cimg src=\"https://live.staticflickr.com/65535/53693739881_de68344354_o.png\" width=\"980\" height=\"432\" alt=\"page2\"/\u003e\r\n\r\n\u003c/ol\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedahmetsekerci%2Fangular-first-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammedahmetsekerci%2Fangular-first-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedahmetsekerci%2Fangular-first-app/lists"}