https://github.com/tomgp/partysvelte
https://github.com/tomgp/partysvelte
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomgp/partysvelte
- Owner: tomgp
- Created: 2024-01-30T15:50:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T10:06:45.000Z (over 2 years ago)
- Last Synced: 2025-03-03T09:44:34.180Z (over 1 year ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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