{"id":15041402,"url":"https://github.com/base-apps/angular-base-apps","last_synced_at":"2025-04-14T13:11:08.593Z","repository":{"id":57178032,"uuid":"61056217","full_name":"base-apps/angular-base-apps","owner":"base-apps","description":"UI library for angular JS apps","archived":false,"fork":false,"pushed_at":"2018-09-04T12:15:16.000Z","size":9583,"stargazers_count":62,"open_issues_count":8,"forks_count":11,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-09T05:29:29.479Z","etag":null,"topics":["angular-framework","angularjs","sass-framework"],"latest_commit_sha":null,"homepage":"http://base-apps.github.io/angular-base-apps","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/base-apps.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-13T17:29:36.000Z","updated_at":"2023-08-24T15:01:54.000Z","dependencies_parsed_at":"2022-09-14T02:01:12.321Z","dependency_job_id":null,"html_url":"https://github.com/base-apps/angular-base-apps","commit_stats":null,"previous_names":["base-apps/angular-base"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-base-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-base-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-base-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-base-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/base-apps","download_url":"https://codeload.github.com/base-apps/angular-base-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886327,"owners_count":21177643,"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":["angular-framework","angularjs","sass-framework"],"created_at":"2024-09-24T20:46:03.841Z","updated_at":"2025-04-14T13:11:08.343Z","avatar_url":"https://github.com/base-apps.png","language":"CSS","readme":"# Angular Base Apps\n\nAn open source, community-driven fork of [Foundation for Apps by Zurb](https://github.com/zurb/foundation-apps) ([deprecated](https://github.com/zurb/foundation-apps#deprecation-notice))\n\n[![Build Status](https://travis-ci.org/base-apps/angular-base-apps.svg)](https://travis-ci.org/base-apps/angular-base-apps)\n[![GitHub version](https://badge.fury.io/gh/base-apps%2Fangular-base-apps.svg)](https://badge.fury.io/gh/base-apps%2Fangular-base-apps)\n\nThis is Angular Base Apps, an Angular-powered framework for building powerful responsive web apps and an unofficial fork of [Foundation for Apps by Zurb](https://github.com/zurb/foundation-apps).\n\n## Requirements\n\nYou'll need the following software installed to get started.\n\n  * [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.\n  * [Git](http://git-scm.com/downloads): Use the installer for your OS.\n    * Windows users can also try [Git for Windows](http://git-for-windows.github.io/).\n  * [Gulp](http://gulpjs.com/) and [Bower](http://bower.io): Run `[sudo] npm install -g gulp bower`\n\n## Get Started\n\nStuck with Foundation for Apps?  Try out [Angular Base Apps 1.2.6](https://base-apps.github.io/angular-base-apps/latest/#!/migration) as a drop-in replacement!\n\nStarting fresh?  Check the [installation docs](http://base-apps.github.io/angular-base-apps/latest/#!/installation) to get started.\n\n## Templates\n\nWe've compiled a list of [project templates](http://base-apps.github.io/angular-base-apps/latest/#!/templates) for Angular Base Apps to help get you started quickly.  If you have a template you would like added to the list let us know!\n\n## Documentation\n\nDocumentation for the latest release is available at https://base-apps.github.io/angular-base-apps/latest\n\nDocumentation is distributed with each release of Angular Base Apps.  The docs for a specific release can be found at the url above with `latest` replaced with the version tag.  For instance, you can find the v1.2.6 release docs at https://base-apps.github.io/angular-base-apps/v1.2.6\n\n## Building this Repo\n\nIf you want to work with the source code directly or compile our documentation, follow these steps:\n```\ngit clone https://github.com/base-apps/angular-base-apps.git\ncd angular-base-apps\nnpm install\n```\n\nWhile you're working on the code, run:\n```\nnpm start\n```\n\nThis will assemble the templates, static assets, Sass, and JavaScript. You can view the test server at this URL:\n```\nhttp://localhost:8080\n```\n\n\nThe documentation can be viewed at the same URL as above.\n\n### Directory Structure\n\n* `build`: This is where our documentation is assembled. **Don't edit these files directly, as they're overwritten every time you make a change!**\n* `docs`: The Angular Base Apps documentation.\n* `scss`: The Sass components.\n* `js`: The Angular modules and directives, and other external libraries.\n* `dist`: Compiled CSS and JavaScript files, in minified and unminified flavors.\n* `tests`: Unit tests for the Angular modules.\n\n## Versioning\n\nAngular Base Apps follows semver, so we won't introduce breaking changes in minor or patch versions. The `master` branch will always have the newest changes, so it's not necessarily production ready.\n\n## Contributing\n\nWe love feedback! Help us find bugs and suggest improvements or new features.\n\nIf you find a problem or have an idea, open a [new issue](https://github.com/base-apps/angular-base/issues) on GitHub. When filing a bug report, make sure you specify the browser and operating system you're on, and toss us a screenshot or show us how we can recreate the issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase-apps%2Fangular-base-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbase-apps%2Fangular-base-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase-apps%2Fangular-base-apps/lists"}