This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
Create a supabase project and inside the frontend folder, create a .env file with :
VITE_SUPABASE_URL= VITE_SUPABASE_ANON_KEY=
If the app is currently up, down is first ?
docker-compose -f docker-compose-dev.yml down
docker-compose -f docker-compose-prod.yml up -d --build
docker-compose -f docker-compose-prod.yml down
docker-compose -f docker-compose-prod.yml up -d --build
Dockerization source : https://www.innokrea.com/dockerizing-the-frontend-do-it-right-with-react-js-vite/