Skip to content

Latest commit

 

History

History

hacker-news-clone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hacker-news-clone

This project is generated via Vue CLI. A deployed version on Now can be used here: https://hacker-news-clone-vue-function-api-38l69r87b.now.sh/#/

Project setup

For installing the dependencies:

npm install
# OR
yarn install

For open the Vue.js develpement server:

npm run serve
# OR
yarn serve

Lints and fixes files

For running the linter:

npm run lint
# OR
yarn lint