https://github.com/webmaxru/pwa-guide-ngpoland
Demo app for ngPoland Warsaw "Progressive Web Apps using the Angular Mobile Toolkit" workshop
https://github.com/webmaxru/pwa-guide-ngpoland
Last synced: about 1 year ago
JSON representation
Demo app for ngPoland Warsaw "Progressive Web Apps using the Angular Mobile Toolkit" workshop
- Host: GitHub
- URL: https://github.com/webmaxru/pwa-guide-ngpoland
- Owner: webmaxru
- License: mit
- Created: 2016-11-19T23:45:19.000Z (over 9 years ago)
- Default Branch: step-dashboard
- Last Pushed: 2016-11-23T09:32:23.000Z (over 9 years ago)
- Last Synced: 2023-08-20T08:47:54.611Z (almost 3 years ago)
- Language: JavaScript
- Homepage: http://ng-poland.pl/#Maxim-Salnikov-Workshop-Details
- Size: 295 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Mobile Toolkit in action
This is the demo of Mobile Toolkit for pre-"--mobile flag enabled" era. It was created for the half-day workshop given at ngPoland (ask twitter.com/webmaxru for the full workshop document with detailed instructions and explanations, if you need it).
**In usage**
- @angular/service-worker (static caching, gulpGenerateManifest, gulpAddStaticFiles)
- @angular/app-shell
- AoT
- Closure Compiler
- Angular Universal (for app shell)
**Run (use Yarn only!)**
- yarn install
- gulp build
- gulp serve
**Thanks for help**
- Alex Rickabaugh (Angular Team)