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
- Host: GitHub
- URL: https://github.com/ragingwind/next-hnpwa
- Owner: ragingwind
- Created: 2018-05-27T02:14:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T22:46:55.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T04:25:03.298Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://next-hnpwa.now.sh
- Size: 235 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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