hacker-news-pwas
HNPWA - Hacker News readers as Progressive Web Apps π±
File Explorer
Download Latest Version (.zip)- index.js
- package-lock.json
- package.json
- deploy.ts
- index.ts
- .firebaserc
- app.yaml
- firebase.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
- yarn.lock
- api.md
- logo.png
- angular-dart-hnpwa.txt
- angular-hacker-news.txt
- angular-hn.txt
- angular-hnpwa.txt
- apprun-hn.txt
- compost-hn.txt
- cxjs-hackernews.txt
- cycle-hn.txt
- dojo-2.txt
- elm-hnpwa.txt
- ember-hn.txt
- firebase-hnpwa.txt
- glimmer-hn-pwa.txt
- hnpwa-ember.txt
- hnpwa-react.txt
- hnpwa-vue.txt
- inferno-hn.txt
- mithril-hn.txt
- mobx-ts-hn.txt
- next-hnpwa.txt
- nextjs-firebase-hnpwa.txt
- nextjs-hn.txt
- ng-hnpwa.txt
- nuxt-hn.txt
- polymer-hn.txt
- preact-hacker-news.txt
- preact-hn.txt
- quasar-hackernews.txt
- react-hn-kristofer.txt
- react-hn-stephen.txt
- react-hn-suriel.txt
- react-hn.txt
- react-native-web.txt
- stencil-ionic-hn.txt
- svelte-hacker-news.txt
- vanilla-hn.txt
- vanilla-wc-hn.txt
- viper-news.txt
- vue-hacker-news.txt
- vue-hn-pwa.txt
- webcomponents-hn.txt
- zuix-hn.txt
- addy.txt
- alexchopin.txt
- alexnoz.txt
- alfredo.txt
- andrea.txt
- anthony.txt
- anubhav.txt
- ashish.txt
- atinux.txt
- chris-h.txt
- chris.txt
- cristian.txt
- damien.txt
- dan.txt
- david.txt
- eugen.txt
- evan.txt
- gene.txt
- houssein.txt
- ivan.txt
- jimmy.txt
- johan.txt
- jonny.txt
- justin.txt
- kevin.txt
- kevmoo.txt
- kristofer.txt
- kulshekhar.txt
- leon.txt
- majid.txt
- malbernaz.txt
- marko.txt
- matan.txt
- michael.txt
- naythan.txt
- pi0.txt
- rich.txt
- rstoenescu.txt
- rubenlie.txt
- ryan.txt
- sebastian.txt
- stephen.txt
- steve.txt
- suriel.txt
- taehwanno.txt
- usman.txt
- yysun.txt
- footer.html
- github-corner.svg
- google-analytics.html
- head.html
- header.html
- implementation.html
- script-lazysizes.html
- service-worker-register.html
- default.html
- home.html
- extra.scss
- angular-dart-hnpwa.png
- angular-hacker-news-mobile.png
- angular-hn-pwa.png
- angular2hn-mobile.png
- apprun-hn.png
- compost-hn.png
- cxjs-hackernews.png
- cycle-hn.png
- dojo-2-hnpwa.png
- elm-mobile.png
- ember-hn-mobile.png
- ember-mobile.png
- favicon.png
- glimmer-hn-pwa.png
- hn-vanilla-wc.png
- hnpwa-angular.png
- hnpwa-firebase.png
- hnpwa-logo.png
- hnpwa-react.png
- hnpwa-showcase.png
- hnpwa-vue.png
- inferno-hn.png
- mithril-hn-pwa.png
- mobx-ts-hn.png
- next-fb-hnpwa.png
- next-hnpwa.png
- nextjs-hn.png
- nuxt-hn.png
- polymer-mobile.png
- preact-hnpwa.png
- preacthn-mobile.png
- quasar-hn.png
- react-hn-stephen.png
- react-hn-suriel.png
- reacthn-kristofer-mobile.png
- reacthn-mobile.png
- rnw-hn.png
- stencil-ionic.png
- sveltehn-mobile.png
- vanilla-wc-hn.png
- vanillahn-mobile.png
- viperhtml-mobile.png
- vue-hn-pwa.png
- vuehn-mobile.png
- zuixhn-mobile.png
- main.scss
- tachyons.min.css
- favicon.ico
- manifest.json
- index.js
- package.json
- .firebaserc
- .gitignore
- _config.yml
- firebase.json
- Gemfile
- Gemfile.lock
- index.md
- package-lock.json
- package.json
- sw-precache-config.js
- .gitignore
- .travis.yml
- CONTRIBUTING.md
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/tastejs/hacker-news-pwas
Downloads the entire project code from GitHub to your computer.
cd hacker-news-pwas
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd api/functions
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Ruby
EasyPrerequisites
cd site
This project's files live in a subfolder, so move into it first.
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
