Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pngwn/nimbus
a weather app
https://github.com/pngwn/nimbus
Last synced: about 1 month ago
JSON representation
a weather app
- Host: GitHub
- URL: https://github.com/pngwn/nimbus
- Owner: pngwn
- Created: 2019-05-27T19:15:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:08:44.000Z (about 2 years ago)
- Last Synced: 2024-10-14T13:04:30.261Z (2 months ago)
- Language: HTML
- Size: 1.92 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.