https://github.com/rishabkumar7/hackernews
HackerNews clone built with VueJS and HackerNews API.
https://github.com/rishabkumar7/hackernews
api hackernews vuejs
Last synced: about 1 year ago
JSON representation
HackerNews clone built with VueJS and HackerNews API.
- Host: GitHub
- URL: https://github.com/rishabkumar7/hackernews
- Owner: rishabkumar7
- Created: 2020-03-24T15:49:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T07:18:23.000Z (about 3 years ago)
- Last Synced: 2025-01-11T18:47:46.069Z (about 1 year ago)
- Topics: api, hackernews, vuejs
- Language: Vue
- Homepage: https://hackernews-clone.rishabkumar.ga/
- Size: 3.76 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackernews clone
[](https://app.netlify.com/sites/dazzling-snyder-c0a36c/deploys)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).