{"id":16618479,"url":"https://github.com/andreasonny83/angularjs-es6-tdd","last_synced_at":"2026-04-12T03:03:11.581Z","repository":{"id":79086399,"uuid":"101554484","full_name":"andreasonny83/angularjs-es6-tdd","owner":"andreasonny83","description":"Sample AngularJS app for learning TDD","archived":false,"fork":false,"pushed_at":"2017-09-08T19:59:24.000Z","size":716,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T20:44:40.801Z","etag":null,"topics":["angularjs","es6","karma","karma-webpack","tdd","webpack"],"latest_commit_sha":null,"homepage":null,"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/andreasonny83.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}},"created_at":"2017-08-27T13:34:17.000Z","updated_at":"2020-10-03T14:23:15.000Z","dependencies_parsed_at":"2023-05-31T13:33:47.522Z","dependency_job_id":null,"html_url":"https://github.com/andreasonny83/angularjs-es6-tdd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangularjs-es6-tdd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangularjs-es6-tdd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangularjs-es6-tdd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangularjs-es6-tdd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasonny83","download_url":"https://codeload.github.com/andreasonny83/angularjs-es6-tdd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242980782,"owners_count":20216285,"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":["angularjs","es6","karma","karma-webpack","tdd","webpack"],"created_at":"2024-10-12T02:20:15.139Z","updated_at":"2025-12-25T03:39:42.223Z","avatar_url":"https://github.com/andreasonny83.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AngularJS ES6 TDD\n\n\u003e Sample AngularJS app for learning TDD\n\n## Table of contents\n\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n  * [Setup](#setup)\n* [Run the Application](#run-the-application)\n* [Run the Tests](#run-the-tests)\n* [License](#license)\n\n## Prerequisites\n\nWe assume you've already installed [NodeJS][nodejs] on your machine, if not,\nplease follow the installation documentation from the official websites.\n\n## Installation\n\n[Download the latest release][latest_release] of this project or simply\ncloning this repository with:\n\n```sh\ngit clone https://github.com/andreasonny83/angularjs-es6-tdd.git\n```\n\n### Setup\n\nOnce done with the previous step, open your terminal to your angularjs-es6-tdd\nfolder, then install all the dependencies with:\n\n```sh\nnpm install\nyarn # Or using Yarn for a faster installation\n```\n\n## Run the Application\n\nThere is already a preconfigured web server for this application.\nThe simplest way to start this server is:\n\n```sh\nnpm start\n```\n\nNow open your browse to\n[http://localhost:4200](http://localhost:4200) to see your application running.\n\nThis task will also watch for any file change to your project's files and\nupdate the browser with the new changes using Webpack and WebpackDevServer.\n\n## Run the tests\n\n```sh\nnpm test\n```\n\nThis project uses Karma as a test runner for running all the unit tests present in this\nproject's `.spec` files.\n\nThere is also a watch task available to let you keep running Karma in the background while\ndeveloping new code:\n\n```sh\nnpm run test:watch\n```\n\n## License\n\nMIT © [Andrea Sonny](https://andreasonny.mit-license.org/2017)\n\n[nodejs]: https://nodejs.org/\n[latest_release]: https://github.com/andreasonny83/angularjs-es6-tdd/releases/latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasonny83%2Fangularjs-es6-tdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasonny83%2Fangularjs-es6-tdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasonny83%2Fangularjs-es6-tdd/lists"}