Skip to content

efallancy/hnpwa-gatsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HNPWA with GatsbyJS

Hacker News app build with GatsbyJS.

Utilising all around (mostly) Gatsby packages.

Link to the app can be found at Gatsby HN.

Motivation

This is built as a mean of demonstrating on building a Progressive Web App (PWA) based on Hacker News as its primary content resource, using GatsbyJS and powered by Netlify.

Plugins include

  • gatsby-plugin-glamor
  • gatsby-plugin-netlify
  • gatsby-plugin-offline
  • gatsby-plugin-manifest
  • Extending the gatsby-plugin-source-hacker-news plugin to pull in more resources

Install

Install packages by running:

# NPM
npm install

# yarn
yarn install

And run the following for development:

# NPM
npm run develop

# yarn
yarn develop

And to serve locally:

# NPM
npm run build && npm run serve

# yarn
yarn build && yarn serve

About

Hacker News app build with GatsbyJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published