A simple SveltKit app that I created while I am learning SvelteKit
- fetch hacker's news
- dark theme switch
Todo:
- persist fetched news with store and localStorage
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open