This is a starting point for a svelteKit app with websocket (socket.io) support. It also uses tailwindcss.
npm install
Once you've installed dependencies with npm install
, start a development server:
npm run dev
To create a production version of your app:
npm run build
This will:
rollup --config
vite build
You can preview the production build with node ./dist/server.js
.