Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 618 Bytes

File metadata and controls

32 lines (23 loc) · 618 Bytes

YelpAround

An exercise in using Yelp's new GraphQL API.

Technology Used

  • VueJS: Front-end framework
  • Vue-Loader: A vue component loader for webpack
  • WebPack: Dependecy management
  • Jest: Unit Testing
  • GraphQL: Yelp API access

Build Setup

# install dependencies
npm install --no-optional

# serve with hot reload at localhost:8080 and run node proxy server at localhost:3020/api
npm run start

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test