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 vp install, start a development server:
vp dev
To create a production version of your app:
vp build
You can preview the production build with vp preview.
To deploy your app, you may need to install an adapter for your target environment.