Steps to run the project:
backend(node):
- Open the backend folder in integrated terminal and run the command - 'npm install' and then 'nodemon'
Frontend(angular):
-
Open pwaForm folder in integrated terminal and run 'npm install'
-
ng build
-
Go to dist/pwaForm and open it in integrated terminal
-
run the command - http-server -p 8080(any port you wish)
-
Open the localhost link that comes in terminal.