/PWADemo

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

Primary LanguageTypeScript

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.