I used Sapper a lot, but I realized that SSR makes things a bit complicated, and I would like to do things as simple as possible. To leverage this problem, I glued together the libraries I love into this starter pack.
Development:
pnpm dev
Production:
pnpm build & pnpm start
(Or you can use npm/yarn)