JeremiasVillane / vite-react-typescript-tailwind-docker-starter

Template to initialize a Vite React-SWC-TS app with Docker setup and TailwindCSS/shadcn ready ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-react-typescript-tailwind-docker-starter

Template to initialize a Vite React-SWC-TS app with Docker setup.

  • ⚡ blazing fast dev server and build
  • 🔗 route management added (react-router-dom configured)
  • 🗄️ Global persisting store with Zustand
  • TailwindCSS, shadcn/ui ready
  • 🛥️ Dockerfile preconfigured

Getting Started

You can either click Use this template button on this repository and clone the repo or use npx degit like so:

npx degit JeremiasVillane/vite-react-typescript-tailwind-docker-starter <app_name>
pnpm i

Then, run the development server:

pnpm dev

Deployment

  • build command: pnpm build
  • build docker: pnpm build:docker
  • release docker locally: pnpm release:local
  • output directory: dist

References

About

Template to initialize a Vite React-SWC-TS app with Docker setup and TailwindCSS/shadcn ready ✨

License:MIT License


Languages

Language:TypeScript 85.3%Language:CSS 8.5%Language:JavaScript 2.5%Language:HTML 1.6%Language:Dockerfile 1.2%Language:Shell 0.8%