This is a project template from https://github.com/sveltejs/template.
Install the dependencies...
npm install
...then start the client:
npm run dev-client
...then start the websocket server:
npm run dev-server
Navigate to localhost:8080. You should see your app running.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
.