Starting Simple

Learn the basics of the front-end.

Introduction

Using a GraphQL API from the client-side doesn’t necessitate a large framework or a lot of tooling. A plain old JavaScript script will do. We’re going to start by building the simplest of JavaScript projects just to illustrate how to configure a basic client. We’ll set this up as a separate project from the PlateSlate Phoenix-based application.

Dependencies required for the front-end

The following dependencies are required for the front-end:

...