Developer News App including: HackerNews, ProductHunt, dev.to
Web Demo
Android TWA (as soon as it gets approved)
- Clone the repo
git clone https://github.com/ndom91/dev.news
cd dev.news
- Install dependencies
npm install
- Start dev server
npm run dev -- --open
To build a production version...
npm run sapper
- Svelte
- Sapper
- HackerNews API: hnpwa-api
- Dev.to API: docs.dev.to
- Svetle HN Demo