Skip to content

agustinusnathaniel/vite-react-tailwind-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project bootstrapped with @vitejs/app (react-ts), added with TailwindCSS and TypeScript setup.

  • ⚡ blazing fast dev server and build
  • 🔗 route management added (react-router v7 - Framework configuration - SPA mode)

Live Demo

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

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 agustinusnathaniel/vite-react-tailwind-starter <app_name>
pnpm i

Then, run the development server:

pnpm dev

Deployment

  • build command: pnpm build
  • output directory: build/client

References