Skip to content

thinktecture/angular-connect-2018-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Web Apps (PWA) with Angular—rocking the web the native way!

Angular Connect Workshop, Monday 5th November 2018 9:30-17:30

Your trainers: Christian Weyer, Christian Liebel, Steffen Jahr, Thinktecture.

Setup

As we are expecting a high number of participants and we’ve seen a lot of unreliable conference WiFis, we kindly ask you to prepare the following setup steps at home or in the hotel.

Step 1: Devices and Software

Please bring your developer devices and install the following software. Already done? Click here for step 2.

NOTE: As web technologies move fast and quickly, there might be new releases in the meantime. To ensure everything works as intended, we strictly recommend you to stick to the versions noted below. Thanks!

Devices

  • Laptop with recent Windows/macOS/Linux version
  • Optional: Android smartphone/tablet with recent Android and Chrome version
  • Note: iOS Devices do not yet support the technologies that make a real PWA - sorry

Browsers (Desktop)

Developer Tools

  • Git (obviously)
    • Optional: Git UI tool such as TortoiseGit, Tower, SourceTree, GitKraken, …
  • Node.js, version 8.9.4 LTS
  • ngrok for secure & easy TCP/HTTP/HTTPS tunneling during development
  • Editor of your choice

Step 2: Demo Repository

On your favorite terminal, please run:

npm uninstall -g angular-cli @angular/cli
npm cache verify
npm install -g @angular/[email protected] 

Next, navigate to a folder of your choice and execute:

git clone https://github.com/thinktecture/angular-connect-2018-pwa.git
cd angular-connect-2018-pwa/api
npm install   # or yarn install (if installed)
cd ../client
npm install   # or yarn install (if installed)

If you prefer SSH, you can use this checkout URL: [email protected]:thinktecture/angular-connect-2018-pwa.git