Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular/mobile-toolkit
Tools for building progressive web apps with Angular
https://github.com/angular/mobile-toolkit
Last synced: about 1 month ago
JSON representation
Tools for building progressive web apps with Angular
- Host: GitHub
- URL: https://github.com/angular/mobile-toolkit
- Owner: angular
- License: mit
- Archived: true
- Created: 2016-01-25T17:36:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:18:21.000Z (about 7 years ago)
- Last Synced: 2024-09-26T11:03:24.281Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 12.2 MB
- Stars: 1,335
- Watchers: 104
- Forks: 176
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/angular/mobile-toolkit.svg?branch=master)](https://travis-ci.org/angular/mobile-toolkit)
# Angular Mobile Toolkit
This repo is a series of tools and guides to help build Progressive
Web Apps. All guides are currently based on Angular CLI, and all tools
should be considered alpha quality. In the future, more guides and recipes
to cover different tools and use cases will be added here and on
[mobile.angular.io](https://mobile.angular.io).## Guides
1. [Create an installable mobile web app with Angular CLI](./guides/cli-setup.md)
2. [Make the App Installable with Web App Manifest](./guides/web-app-manifest.md)
3. [Add an app shell component to the App](./guides/app-shell.md)
4. [Add basic offline capabilities with Service Worker](./guides/service-worker.md)