ReactJS project example for imMail Meet Integration.
with npm:
npm install
with yarn:
yarn
- Copy and rename env-example to .env
- Set your api url in VITE_API_URL prop
Rurning with:
npm run dev
or
yarn dev
See Backend Example for more details on the integration with the API provided by imMail.