SkillAgentSearch skills...

Pwatter

Angular Progressive Web App using Workbox

Install / Use

/learn @webmaxru/Pwatter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A simple app for the PWA Workshop

Prerequisites

  1. Latest stable versions of node, npm installed.
  2. Static web server with SPA support:
  • serve. Recommended and pre-configured.
  • superstatic. Use this as a fallback option.

Installation

  1. Clone the repo
git clone git@github.com:webmaxru/pwatter.git
  1. Make sure you are on "workbox" branch:
git checkout workbox
  1. Install dependencies:
npm install
  1. Install "serve" dev webserver:
npm install serve -g
  1. Run the server inside "pwatter" directory:
serve
  1. Install Workbox CLI:
npm install workbox-cli --global
  1. Open the browser:
http://localhost:5000/ 

You should see the page with PWAtter header.

We are ready to start the workshop! Follow the trainer instructions.

If for some reasons global npm package installation is not an option for you, you can install and run "serve" locally:

npm install serve
node_modules/.bin/serve
View on GitHub
GitHub Stars163
CategoryDevelopment
Updated1y ago
Forks29

Languages

TypeScript

Security Score

70/100

Audited on Aug 11, 2024

No findings