A fullstack application built with Svelte/Sapper on the frontend and Node/Express on the backend.
This repo demonstrates almost everything you need to know to build a complete fullstack application using Svelte/Sapper and Node/Express. This demo covers things like:
.env in the root directoryAPI_BASE_URL=http://localhost:5000 (assuming that the backend will run on localhost:5000)npm installnpm run devTo build it and run it in production mode:
npm run buildnpm run start