Skip to content

hsturkyilmaz/hacker-words

Repository files navigation

Hacker Words

A Nuxt.js project

Live Demo

https://hacker-words.vercel.app/

Features

  • Vue.js/Nuxt.js
  • Sass
  • Vercel deployment
  • Axios

API Reference

https://github.com/HackerNews/API

Installation

Install hacker-words with yarn

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate