https://github.com/lionbytes/testpwa
Testing PWA
https://github.com/lionbytes/testpwa
Last synced: about 1 month ago
JSON representation
Testing PWA
- Host: GitHub
- URL: https://github.com/lionbytes/testpwa
- Owner: lionbytes
- License: mit
- Created: 2022-11-08T18:57:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T19:27:49.000Z (over 2 years ago)
- Last Synced: 2025-02-16T08:43:06.257Z (3 months ago)
- Language: JavaScript
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Progressive Web Apps - Complete Guide
This source code is part of Maximilian Schwarzmüller's "Progressive Web Apps - Complete Guide" course on udemy.com.# How to Use
You need [Node.js](https://nodejs.org) installed on your machine. Simply download the installer from [nodejs.org](https://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](http://localhost:8080) to see the running application.