Skip to content

SharpNotions/pantry-list-frontend

Repository files navigation

Pantry List Frontend

A Vue-based UI for the Pantry List app.

Development Setup

  1. Initialize the development services with ./start init
  2. Start the development server: ./start dev
  3. Run unit tests: ./start test

By default, webpack-dev-server proxies all API requests to the production server.

If you want to run pantry-list-api locally, change this line to localhost:4000.

To play with GraphQL, go to https://pantry-list-api.herokuapp.com/graphiql

Deploying

Deployments happen automatically when push events are made to the master branch.