This is a simple image generator using Open AI.
- Clone the repository:
git clone https://github.com/aniketmandloi/ai-image-generator.git
- Change the directory to Project:
cd ai-image-generator
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- Change the directory to client:
cd client
- Install dependenciec:
npm install
ornpm i
- Run the client:
npm run dev
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This template provides a minimal setup to get Node.js working with Express.
- Change the directory to server:
cd server
- Install dependenciec:
npm install
ornpm i
- Run the client:
npm run dev