- Initialize the development services with
./start init - Start the development server:
./start dev - 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
Deployments happen automatically when push events are made to the master branch.