Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 470 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 470 Bytes

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