Template repo for setting up a full-stack web application with little config and even less hassle.
Frontend (Svelte)
|
|
Backend (Express)
|
|
Hosted database (Sanity) ---- Content Editor (Sanity Studio)
git clone https://github.com/thomax/svelte-express-sanity-oauth-template.git
in your terminal.env
files based on the .env.example
files backend/.env
you needsanity-studio/.env
you need need the project id and dataset namehttp://localhost:3000
(the express server needs access). npm install && npm run dev
in the frontend
, backend
and sanity-studio
folders.Q: Why is the UI in the frontend so ugly?
A: Because that's where this template ends, and your task begins 💪