{"id":21437729,"url":"https://github.com/ahmedtaaw/njs-proj","last_synced_at":"2025-10-10T21:43:19.579Z","repository":{"id":123849966,"uuid":"55645382","full_name":"ahmedtaaw/njs-proj","owner":"ahmedtaaw","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-06T22:25:42.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T23:42:29.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/ahmedtaaw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-04-06T22:23:20.000Z","updated_at":"2016-04-06T22:25:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8ec7cb1-5d40-4767-81d1-031a174ccf01","html_url":"https://github.com/ahmedtaaw/njs-proj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmedtaaw/njs-proj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedtaaw%2Fnjs-proj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedtaaw%2Fnjs-proj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedtaaw%2Fnjs-proj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedtaaw%2Fnjs-proj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmedtaaw","download_url":"https://codeload.github.com/ahmedtaaw/njs-proj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedtaaw%2Fnjs-proj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005427,"owners_count":26083883,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-11-23T00:28:40.837Z","updated_at":"2025-10-10T21:43:19.553Z","avatar_url":"https://github.com/ahmedtaaw.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular 2 QuickStart Source\n\nThis repository holds the TypeScript source code of the [angular.io quickstart](https://angular.io/docs/ts/latest/quickstart.html),\nthe foundation for most of the documentation samples and potentially a good starting point for your application.\n\n## Create a new project based on the QuickStart\n\nClone this repo into new project folder (e.g., `my-proj`).\n```bash\n$ git clone  https://github.com/angular/quickstart  my-proj\n$ cd my-proj\n```\n\nWe have no intention of updating the source on `angular/quickstart`.\nDiscard everything \"git-like\" by deleting the `.git` folder.\n```bash\n$ rm -rf .git\n```\n\n### Create a new git repo\nYou could [start writing code](#start-development) now and throw it all away when you're done.\nIf you'd rather preserve your work under source control, consider taking the following steps.\n\nInitialize this project as a *local git repo* and make the first commit:\n```bash\n$ git init\n$ git add .\n$ git commit -m \"Initial commit\"\n```\n\nCreate a *remote repository* for this project on the service of your choice.\n\nGrab its address (e.g. *`https://github.com/\u003cmy-org\u003e/my-proj.git`*) and push the *local repo* to the *remote*.\n```bash\n$ git remote add origin \u003crepo-address\u003e\n$ git push -u origin master\n```\n### Start development\n\nInstall the npm packages described in the `package.json` and verify that it works:\n\n```bash\n$ npm install\n$ npm start\n```\nYou're ready to write your application.\n\nRemember the npm scripts in `package.json`:\n\n* `npm start` - runs the compiler and a server at the same time, both in \"watch mode\".\n* `npm run tsc` - runs the TypeScript compiler once.\n* `npm run tsc:w` - runs the TypeScript compiler in watch mode; the process keeps running, awaiting changes to TypeScript files and re-compiling when it sees them.\n* `npm run lite` - runs the [lite-server](https://www.npmjs.com/package/lite-server), a light-weight, static file server, written and maintained by\n[John Papa](https://github.com/johnpapa) and\n[Christopher Martin](https://github.com/cgmartin)\nwith excellent support for Angular apps that use routing.\n* `npm run typings` - runs the typings tool.\n* `npm run postinstall` - called by *npm* automatically *after* it successfully completes package installation. This script installs the TypeScript definition files this app requires.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedtaaw%2Fnjs-proj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedtaaw%2Fnjs-proj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedtaaw%2Fnjs-proj/lists"}