Skip to content

An Aurelia implementation of the Hacker News PWA

Notifications You must be signed in to change notification settings

justindra/aurelia-hnpwa

Repository files navigation

Aurelia HackerNews PWA

An Aurelia implementation of the Hacker News Progressive Web App, done as a submission to HNPWA


https://aurelia-hnpwa.justindra.com

Details

  • Aurelia
  • Webpack
  • TypeScript
  • LESS
  • Jest (+ Protractor)

This application was built based on the skeleton generated by the Aurelia CLI. The application talks to the HNPWA API.

Currently this application works offline with the help of ServiceWorkers and it also loads a pretty basic app-shell. The caching is all done on the ServiceWorker side and there is no other State Management being used.

Installation

  1. Install Aurelia CLI
npm install -g aurelia-cli
  1. Run the watcher to run a hot module reload server for development
au run --watch
  1. Run the build, which will place the files under the /dist folder
au build --env prod

About

An Aurelia implementation of the Hacker News PWA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published