An open API service indexing awesome lists of open source software.

https://github.com/tomgp/partysvelte


https://github.com/tomgp/partysvelte

Last synced: 28 days ago
JSON representation

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