react19-vite_javascript-tailwindv4-shadcn-supabase-docker-startup-template Tailwind Templates

React19 Vite_javascript Tailwindv4 Shadcn Supabase Docker Startup Template

React 19 + ViteJS + Javascript + Shadcn + Tailwind v4 + Supabase, startup template. The template als

React + Vite

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=

Test without docker

  • npm install
  • npm run dev

Test with docker

In dev context

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
In prod context
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/

Top categories

Loading Svelte Themes