Sukanya3096 / PWADemo

small project for pwa functionalities - service workers, push notifications, background sync and indexed db usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to run the project:

backend(node):

  1. Open the backend folder in integrated terminal and run the command - 'npm install' and then 'nodemon'

Frontend(angular):

  1. Open pwaForm folder in integrated terminal and run 'npm install'

  2. ng build

  3. Go to dist/pwaForm and open it in integrated terminal

  4. run the command - http-server -p 8080(any port you wish)

  5. Open the localhost link that comes in terminal.

About

small project for pwa functionalities - service workers, push notifications, background sync and indexed db usage.


Languages

Language:TypeScript 59.4%Language:JavaScript 26.4%Language:HTML 13.7%Language:SCSS 0.4%