The most parts and structure of the source code have been significantly modified, but is based on Maximilian Schwarzmüller's "Progressive Web Apps (PWA) - The Complete Guide" course on udemy.com
- Have node.js installed on your computer
- Clone this repository locally on your computer
- Change directory into the root of the local repository
- Run the commands below
Install dependencies using the command:
npm install
Run the local development server using the command:
npm start
Visit localhost:8080 to see the running application