Closed yankeeinlondon closed 1 week ago
Just to ensure that it wasn't poor old VueJS being ignored, I installed using the React template but same result.
Ok nevermind. It appears you need to have the triplet server running the the script dev
doesn't start it. Shouldn't it be started automatically?
Hey @yankeeinlondon did you also start the Triplit dev server? Like npx triplit dev
. It should start a server listening on port 6543
. You need to run this in addition to Vue's dev server.
Just did that ... i'd have expected the pnpm dev
command to auto start this. Are there situations where you wouldn't want this in dev mode?
we can close this issuue I just thought it would be more intuitive if you could "start" by just cloning the template and entering dev
mode.