git clone https://github.com/robertwayne/template-axum-react-spa
.env.TEMPLATE
to .env
and set your Postgres credentials (if not
using defaults).cargo run
from inside the /server
directory.pnpm run build
from inside the
/client
directory. After that, you can use pnpm run dev
for hot
reloading.http://127.0.0.1:3000
in your
browser. If you're using npm dev, visit http://127.0.0.1:8000
in your
browser.combine
to squish all
dependabot PRs into one PR.Command | Action |
---|---|
./update.sh | Updates the dependencies of both the client and server projects. |