aganglada / next-hnpwa-guide-app

Guide Kit for Next.js with Hacker News

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-hnpwa-guide-kit

Guide Kit for Next.js HNPWA (Hacker News PWA). It looks like to provide less codes in the limitted feature, which are not enough for production. But it is essential to help you understand how it works HNPWA with the target framework. Backed by firebase-hackernews 3rd-party lib for Hacker News firebase API, which is running on service worker with brand new service worker SDK from Google, called Workbox

Getting Started

Watch the demo

# Install all of dependencies
npm install

# Builds the app for production to the .next folder.
npm run build

# Starts the application in production mode with express
npm start

# Open localhost on the browser (open command exists in macos)
open http://localhost:3000/

# Make a reprot in analyzing as development
npm run report

License

MIT @ CODEBUSKING

About

Guide Kit for Next.js with Hacker News


Languages

Language:JavaScript 100.0%