Skip to content

domini-code/midudev-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

590169b · Feb 13, 2025

History

16 Commits
Feb 8, 2025
Feb 9, 2025
Feb 13, 2025
Feb 8, 2025
Feb 8, 2025
Feb 13, 2025
Feb 9, 2025
Feb 8, 2025
Feb 13, 2025
Feb 9, 2025
Feb 9, 2025
Feb 8, 2025
Feb 8, 2025
Feb 8, 2025

Repository files navigation

MidudevPwa

This project was generated with Angular CLI version 19.1.6.

Course Setup

Para comenzar el curso, utiliza la rama initial que contiene el punto de partida inicial:

git checkout initial

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Running as a PWA Locally

To test the Progressive Web App (PWA) functionality locally:

  1. First build the project for production:
ng build
  1. Install http-server globally (if you don't have it):
npm install -g http-server
  1. Serve the built files from the dist directory:
http-server -p 8080 -c-1 dist/midudev-pwa/browser

Access your PWA at http://localhost:8080. The service worker will only work in production mode and over HTTPS or localhost.

Additional Resources

About

Learn how to build a PWA with Angular 19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published