Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 793 Bytes

company-scraper-client

Build Status

Context

company-scraper-client is a Single Page App built with Vue.js and Vue CLI, whose purpose is to get company information from company-scraper-server.

Setup

⚠️ Requirements ⚠️

  • Node v10+
  • yarn
  • company-scraper-server running on localhost:3000

Usage

$ yarn install    # install dependencies
$ yarn serve      # compiles and hot-reloads for dev
$ yarn build      # compiles and minifies for prod
$ yarn test       # run unit tests
$ yarn lint       # lints and fixes files