UNPKG

create-react-tailwind-app-router

Version:

A starter template package for React applications with React Router, Tailwind CSS, and Prettier using Vite. Supports both JavaScript and TypeScript templates.

9 lines (6 loc) 210 B
// node bin/create-react-tailwind-app-router.js test const path = require('path'); module.exports = { templatePath: path.join(__dirname, 'template'), packageName: 'react-vite-template-package' };