https://github.com/paraggoyal28/pixelgram
A progressive web app for learning from udemy
https://github.com/paraggoyal28/pixelgram
Last synced: 5 months ago
JSON representation
A progressive web app for learning from udemy
- Host: GitHub
- URL: https://github.com/paraggoyal28/pixelgram
- Owner: paraggoyal28
- Created: 2024-01-14T15:06:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T16:36:02.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T17:04:01.151Z (6 months ago)
- Language: JavaScript
- Size: 1.21 MB
- 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.