Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szilvia-csernus/first-pwa
My first Progressive Web App
https://github.com/szilvia-csernus/first-pwa
Last synced: 2 days ago
JSON representation
My first Progressive Web App
- Host: GitHub
- URL: https://github.com/szilvia-csernus/first-pwa
- Owner: szilvia-csernus
- Created: 2023-07-09T17:03:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T20:25:34.000Z (10 months ago)
- Last Synced: 2024-02-26T02:25:18.631Z (9 months ago)
- Language: HTML
- Size: 667 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
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.