Skip to content

Jason-Jay-Mason/sveltekit-split-testing-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Kit Split Testing

This is a basic implementation of split testing using Svelte Kit. Check out the full blog post: jasonmason.dev/sveltekit-split-testing

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), 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

About

And example of a basic split testing implimentation in SvelteKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published