I use yarn
for package manager
- create simple API with
graphcool
paste your endpoint here 👍
const networkInterface = createNetworkInterface({ uri: 'your-end-point' });
- type
yarn
in root project to install dependencies- run the dev server with
yarn run start