git clone https://github.com/robertwayne/template-rocket-svelte-spa
.env.TEMPLATE
to .env
and set your Postgres credentials (if not
using defaults).pnpm run build
from inside the /client
directory.
Alternatively, you can use pnpm run dev
to run the client with vite dev
server.cargo run
from inside the /server
directory.http://127.0.0.1:3000
.http://127.0.0.1:8000
.main.rs
if you wish to use it.combine
to squish all
dependabot PRs into one PR.Command | Action |
---|---|
./update.sh | Updates the dependencies of both the client and server projects. |