A recipe generation application built with React, TypeScript, and Vite.
This project provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
create the react app locally and push to your github and connect the app to amplify github repo.
npm create vite@latest ai-recipe-generator -- --template react-ts -y
cd ai-recipe-generator
npm install
npm run devinstall amplify packages
npm create amplify@latest -ycreate amplify sandbox
npx ampx sandboxinstall amplify on frontend react
npm install aws-amplify @aws-amplify/ui-reactand run your app
npm run dev