https://github.com/bahdcoder/hacker-news-pwa
https://github.com/bahdcoder/hacker-news-pwa
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bahdcoder/hacker-news-pwa
- Owner: bahdcoder
- Created: 2019-10-22T19:24:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:14:34.000Z (about 3 years ago)
- Last Synced: 2025-01-01T01:27:28.161Z (about 1 year ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackernews PWA
[View live project here](https://hackernews-pwa.netlify.com/)

#### How to run this project
- Clone repository `git clone https://github.com/bahdcoder/hacker-news-pwa`
- Install dependencies `yarn`
- Run development server `yarn start`
- Run production build `yarn build`
#### Packages used
- `React router` for SPA routing
- `Prettier` for code automatic formatting
- `Husky` for running scripts at specific git hooks
- `throttle-debounce` for debouncing window scroll event