Skip to content

Haqverdi/svelte-performance-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte performance test

Project based on this template.

*Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd svelte-performance-test
npm install

...then start Rollup for development:

npm run dev

Navigate to localhost:5000. You should see your app running.

Build for testing

Build optimized and minified version...

cd svelte-performance-test
npm run build

…then serve build version on localhost:5000:

npx serve -s public -l 5000