Remix App that talks with Temporal server through TypeScript SDK
This is a repository pre configured with temporal dependencies in the .devcontainer
folder. Feel free to start things manually through docker-compose. If you just use VSCode remote development, everything will be configured automatically for you.
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes and running temporal worker.
To have an active survey, run the command npx prisma db seed
.
Those ports will be mapped into your operating system:
http://localhost:3000
: The applicationhttp://localhost:8088
: Temporal dashboardhttp://localhost:8025
: Mailhog dashboard