dayjournal memo

Total 1006 articles!!

AWS Amplify #019 - Amplify Gen2でプロジェクト作成

Yasunori Kirimoto's avatar

img



Amplify Gen2でプロジェクトを作成するメモ。



npm create amplify@latest

img

img


全体構成

.
├── LICENSE
├── README.md
├── amplify
│   ├── auth
│   │   └── resource.ts
│   ├── backend.ts
│   ├── data
│   │   └── resource.ts
│   ├── package.json
│   └── tsconfig.json
├── dist
│   └── index.html
├── img
│   ├── README01.gif
│   ├── README02.png
│   └── README03.png
├── index.html
├── node_modules
├── package-lock.json
├── package.json
├── src
│   ├── main.ts
│   ├── style.css
│   └── vite-env.d.ts
├── tsconfig.json
└── vite.config.ts



book

Q&A