Skip to content

intercept6/react-app-sync-auth0-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React & AppSync(GraphQL) & Apollo Client サンプルアプリケーション

概要

Auth0で保護されたAWS AppSync(GraphQL)をReactからApollo Clientで利用する方法をチュートリアルとしてまとめた | Developers.IO のサンプルコードです。

実行方法

  1. ブログに従い、Auth0に定義とAppSyncを作成する。
  2. サンプルJSONをリネームし、値を設定する。
mv auth-config.sample.json auth-config.json
mv app-sync-config.sample.json app-sync-config.json
  1. アプリケーションを実行する
yarn start