Install the dependencies:
cd svelte-app npm install
then:
npm run dev
Go to localhost:5000 and you should see the app running.
To create an optimized version of the app:
npm run build