Skip to content

fnches/Sveltekit_Starter

Repository files navigation

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)

Developing

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

or start the server and open the app in a new browser tab

npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published