Modern, fast and optimized development environment with VitePlus and SvelteKit. Includes oxfmt, oxlint, vitest, and vite—an all-in-one template you'll probably need for every project.
pnpm is recommended as package manager. Install Vite+ CLI first. See https://viteplus.dev/guide/#install-vp for more information.
# create a new project
vp create https://github.com/ErenayDev/viteplus-svelte
Once you've created a project and installed dependencies with pnpm install, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview.
To deploy your app, you may need to install an adapter for your target environment.