create-dillonpw-app
v1.2.2
Published
A modern React starter template with Vite, TypeScript, and Tailwind CSS with shadcn/ui
Maintainers
Readme
Dillonpw Starter
A modern React starter template with Vite, TypeScript, and Tailwind CSS. This template provides a solid foundation for building modern web applications with the latest technologies and best practices.
Features
- ⚡️ Vite - Lightning fast build tool
- ⚛️ React - A JavaScript library for building user interfaces
- 📝 TypeScript - JavaScript with syntax for types
- 🎨 Tailwind CSS - A utility-first CSS framework
- 🎯 Prettier - Code formatter
Quick Start
You can create a new project in two ways:
- With an interactive prompt:
npx create-dillonpw-app- By directly specifying the project name:
npx create-dillonpw-app my-appManual Installation
- Clone this repository:
git clone https://github.com/dillonpw/create-dillonpw-app.git my-app
cd my-app- Install dependencies:
npm install- Start the development server:
npm run dev- Open http://localhost:5173 in your browser.
Available Scripts
npm run dev- Start the development servernpm run build- Build the app for productionnpm run preview- Preview the production build locallynpm run lint- Run ESLint to check code quality
Project Structure
create-dillonpw-app/
├── src/ # Source files
├── public/ # Static files
├── index.html # Entry HTML file
├── vite.config.ts # Vite configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project dependencies and scriptsContributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
