This is a template for a React project with Vite as the build tool.
Already configured with Tailwind CSS and PostCSS.
- Tailwind CSS
- PostCSS
- Basic Dockerfile
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run build