Sveltekit starter template with TypeScript, Prettier and ESLint using CLI, following Joy of Code's "Complete SvelteKit Course For Building Modern Web Apps" - released 04/04/2023 https://www.youtube.com/watch?v=MoGkX4RvZ38
This branch represents the end of section "Sometimes You Only Want To Run Code On The Server" @ (2:20:00)
Once cloned install dependencies with npm install (or pnpm install or yarn)
Rename ".env.example" file in root to ".env"
Run command:
npx prisma migrate dev
Start a development server:
npm run dev
npm run dev -- --open
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.