Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pngwn/nimbus

a weather app
https://github.com/pngwn/nimbus

Last synced: about 1 month ago
JSON representation

a weather app

Awesome Lists containing this project

README

        

# sapper-v3

Modified v2 sapper template to work with Svelte 3.

Note: Right now, sapper seems to expect a preload function to be exported from every route, it will still work without one but it will give you warnings. You can just `return` nothing from preload to silence it.

To clone it and get started:

```bash
npx degit pngwn/sapper-v3 my-app
cd my-app
npm install # or yarn!
npm run dev
```

Open up [localhost:3000](http://localhost:3000) and start clicking around.