ionic-pwa
π Build a Progressive Web App with Ionic and Angular. Push Notifications. Deployed to Firebase Hosting. The Complete guide to build your PWA. Service Workers. Lighthouse. Web Manifest
File Explorer
Download Latest Version (.zip)- hosting.d3d3.cache
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- preload-image.component.html
- preload-image.component.scss
- preload-image.component.ts
- components.module.ts
- details.module.ts
- details.page.html
- details.page.scss
- details.page.ts
- details.resolver.ts
- home.module.ts
- home.page.html
- home.page.scss
- home.page.ts
- settings.module.ts
- settings.page.html
- settings.page.scss
- settings.page.ts
- app-routing.module.ts
- app.component.html
- app.component.ts
- app.module.ts
- favicon.png
- icon-128x128.png
- icon-144x144.png
- icon-152x152.png
- icon-192x192.png
- icon-512x512.png
- icon-72x72.png
- icon-96x96.png
- pwa-icon.png
- app-like.jpg
- connectivity-independent.jpg
- discoverable.jpg
- fresh.jpg
- installable.jpg
- linkable.jpg
- progressive.jpg
- re-engageable.jpg
- responsive.jpg
- safe.jpg
- data.json
- shapes.svg
- environment.prod.ts
- environment.ts
- variables.scss
- combined-sw.js
- firebase-messaging-sw.js
- global.scss
- index.html
- main.ts
- manifest.webmanifest
- polyfills.ts
- test.ts
- zone-flags.ts
- .firebaserc
- .gitignore
- angular.json
- browserslist
- firebase.json
- ionic.config.json
- karma.conf.js
- LICENSE
- ngsw-config.json
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/ionicthemes/ionic-pwa
Downloads the entire project code from GitHub to your computer.
cd ionic-pwa
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
