文件名称:react-appsync-graphql-recipe-app:使用React + AWS AppSync + GraphQL的示例应用程序
文件大小:88KB
文件格式:ZIP
更新时间:2024-02-24 20:55:31
react javascript graphql appsync aws-appsync
React + AWS AppSync + GrapQL食谱应用程序 运行这个项目 克隆此仓库 git clone https://github.com/dabit3/react-appsync-graphql-recipe-app.git 进入目录并安装依赖项 cd react-appsync-graphql-recipe-app yarn || npm i 使用您的AppSync凭据更新src/appsync.js 运行项目 npm start
【文件预览】:
react-appsync-graphql-recipe-app-master
----public()
--------manifest.json(317B)
--------index.html(2KB)
--------favicon.ico(4KB)
----yarn.lock(262KB)
----src()
--------logo.svg(3KB)
--------index.css(63B)
--------Recipes.js(2KB)
--------appsync.js(226B)
--------queries()
--------App.js(616B)
--------AddRecipe.js(4KB)
--------registerServiceWorker.js(4KB)
--------App.test.js(248B)
--------subscriptions()
--------App.css(377B)
--------index.js(789B)
--------mutations()
--------Nav.js(757B)
----README.md(383B)
----.gitignore(285B)
----package.json(550B)