/pwa-sandbox

Sandbox for PWA Tutorials

Primary LanguageHTML

Progressive Web App - Sandbox

Description

Following the tutorial videos from "PWA Tutorial for Beginners" by YouTube user "The Net Ninja" (with simplified styling to focus on PWA-specific content)

Setup

Install development dependencies (Gulp & Gulp Live Server)

npm install

Then start the dev script, i.e. a Gulp watch task on the /public/ folder to reload the dev server

npm run dev

or

gulp serve