tomgp / partysvelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

partysvelte

The basic partykit starter template but in a sveltekit app

Getting started

  • clone this repository
  • in the root add a .env file the contents of which look like this PUBLIC_PARTYKIT_HOST="http://localhost:1999"
  • install all the dependencies: npm i
  • start the server npm run serve
  • start the sveltekit app npm run dev

Done!

Decisions

  • plain js, not TypeScript. For learning I find typescript gets in my way

About


Languages

Language:JavaScript 54.4%Language:Svelte 34.4%Language:HTML 11.2%