Skip to content

Update and align sample apps#262

Merged
raleng merged 11 commits intomasterfrom
re/improve-verifier-web-app
Mar 16, 2026
Merged

Update and align sample apps#262
raleng merged 11 commits intomasterfrom
re/improve-verifier-web-app

Conversation

@raleng
Copy link
Copy Markdown
Contributor

@raleng raleng commented Mar 16, 2026

Description

This PR aligns the general dev setup across sample apps.

Env vars

  • Template file is called env-template.
  • Local env file is .env.

Port handling

  • Sample apps use increasing ports starting from 7310 to minimize conflicts.
  • NextJS apps use a port check script to avoid NextJS auto-incrementing the port which would break the ngrok tunnel.
  • Express apps use an error listener on EADDRINUSE.

App start script and ngrok tunnel

  • npm run dev starts the app with an ngrok tunnel.
  • npm run dev:app only starts the app.

@raleng raleng requested a review from a team as a code owner March 16, 2026 21:26
@raleng raleng force-pushed the re/improve-verifier-web-app branch from f813e72 to 8a02132 Compare March 16, 2026 21:32
@raleng raleng merged commit 8d1a5cf into master Mar 16, 2026
2 checks passed
@raleng raleng deleted the re/improve-verifier-web-app branch March 16, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants