Skip to content

gitmurali/ai-recipe-generator-1

Repository files navigation

AI Recipe Generator

A recipe generation application built with React, TypeScript, and Vite.

Tech Stack: React + TypeScript + 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:

Expanding the ESLint configuration

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 dev

install amplify packages

npm create amplify@latest -y

create amplify sandbox

npx ampx sandbox

install amplify on frontend react

npm install aws-amplify @aws-amplify/ui-react

and run your app

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published