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-serverNavigate to localhost:8080. You should see your app running.
To create an optimised version of the app:
npm run buildYou can run the newly built app with npm run start.