An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# hackernews clone
[![Netlify Status](https://api.netlify.com/api/v1/badges/ba075d2a-5972-434d-9563-bbdc87bbfdc6/deploy-status)](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/).