An open API service indexing awesome lists of open source software.

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

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)