This repository contains the solution for the FE Guild 2019 PWA Workshop code labs.
You need Node.js installed on your machine. Simply download the installer from nodejs.org and go through the installation steps.
Once Node.js is installed, open your command prompt or terminal and navigate into this project folder. There, run npm install
to install all required dependencies.
Finally, run npm start
to start the development server and visit localhost:8080 to see the running application.
The master
branch contains the full PWA app built during the workshop.
If you want to code along
git checkout pwa-app-manifest-init
If you want to look at the final implementation
git checkout pwa-app-manifest-final