To get frontend running:
move to client folder
run npm install
use npm run dev in client folder to start frontend
navigate to http://localhost:5173/
To get backend running:
move to server folder
run npm install
use npm run dev in server folder to start backend
navigate to http://localhost:3000/ping
Frontend served through the backend on ngrok.
Follow ngrok url which is logged when backend is started and can add webhooks.
When updates are made to frontend, need to run npm run build.