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

https://github.com/ragingwind/next-hnpwa

HNPWA with Next.js on Now 2
https://github.com/ragingwind/next-hnpwa

Last synced: about 1 year ago
JSON representation

HNPWA with Next.js on Now 2

Awesome Lists containing this project

README

          

# next-hnpwa

> [HNPWA](https://hnpwa.com/) with Next.js. Watch the [demo](https://next-hnpwa.now.sh/) first. This project is essential to help you understand how it works HNPWA with Next.js, react framework, supporting powerful features like lazy loading, code-splitting. Also, backed by [Official HNPWA APIs serving on CDN](https://github.com/tastejs/hacker-news-pwas/blob/master/docs/api.md), and mount a brand new service worker SDK from Google, [Workbox](https://workboxjs.org) for offline cache and more.



## Getting Started with Now 2.0

This version only works on [now 2.0 from zeit](https://zeit.co/now)

```sh
# Install all of dependencies
npm install

# Deploying to now
npm run deploy

# Make a reprot in analyzing as development
npm run report
```

# License

MIT @ CODEBUSKING