This is a demo project showcasing how to implement image uploads in a React application using TypeScript, Tailwind CSS, and GraphQL.
Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/Amit091/reactjs-graphql-image-upload.git
cd reactjs-graphql-image-upload
pnpm install
# or
npm install
pnpm codegen
#or
npm run codegen
pnpm dev
#or
npm run dev
This project was developed along with NestJS GraphQL Image Upload project.