Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 421 Bytes

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.