Skip to content

malammar/YelpAround

Repository files navigation

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

About

An exercise in using Yelp's new GraphQL API alongside VueJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published