AmplifyApp AWS Amplify React示例

如果你正在使用 AWS Amplify 来搭建 React 应用,AmplifyApp是一个不错的示例项目。它直接基于Create React App,你只需要运行npm start就能快速启动开发环境。修改代码后页面会自动刷新,调试也方便,错误信息直接显示在控制台。需要打包生产环境代码?没问题,npm run build一键构建,生成优化后的应用文件。如果对配置有特殊需求,还可以通过npm run eject来查看和修改 Webpack、Babel 等构建配置。对于 AWS Amplify 的用户,这个示例合适,简单上手又能快速扩展。嗯,如果你正在搭建自己的 React 项目,试试这个吧,蛮。

zip
amplifyapp-main.zip 预估大小:38个文件
folder
amplifyapp-main 文件夹
file
.gitignore 374B
file
package.json 883B
file
package-lock.json 778KB
folder
src 文件夹
folder
graphql 文件夹
file
queries.js 622B
file
subscriptions.js 646B
file
schema.json 63KB
file
mutations.js 952B
file
setupTests.js 241B
file
index.js 598B
file
logo.svg 3KB
file
App.js 3KB
file
reportWebVitals.js 362B
file
App.css 564B
file
index.css 366B
file
App.test.js 246B
folder
amplify 文件夹
file
team-provider-info.json 894B
file
cli.json 420B
folder
backend 文件夹
folder
api 文件夹
folder
notesapp 文件夹
folder
stacks 文件夹
file
CustomResources.json 1KB
file
schema.graphql 84B
file
parameters.json 125B
file
transform.conf.json 54B
folder
storage 文件夹
folder
imagestorage 文件夹
file
storage-params.json 2B
file
s3-cloudformation-template.json 12KB
file
parameters.json 1KB
folder
auth 文件夹
folder
amplifyappfb8819e5 文件夹
file
amplifyappfb8819e5-cloudformation-template.yml 11KB
file
parameters.json 2KB
file
backend-config.json 729B
folder
.config 文件夹
file
project-config.json 349B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
file
.graphqlconfig.yml 306B
file
README.md 3KB
file
.eslintcache 3KB
folder
.vscode 文件夹
file
settings.json 318B
zip 文件大小:224.74KB