https://github.com/joshxfi/vr2t-boilerplate
💨 A Template boilerplate for Vite.js, React TypeScript, & Tailwind CSS
https://github.com/joshxfi/vr2t-boilerplate
react tailwindcss typescript vite
Last synced: 29 days ago
JSON representation
💨 A Template boilerplate for Vite.js, React TypeScript, & Tailwind CSS
- Host: GitHub
- URL: https://github.com/joshxfi/vr2t-boilerplate
- Owner: joshxfi
- Created: 2021-08-27T08:00:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T08:58:59.000Z (over 3 years ago)
- Last Synced: 2025-03-29T23:41:14.472Z (about 2 months ago)
- Topics: react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VR2T Template Boilerplate 💨
VR2T [ *VR-TT* ] stands for [Vite](https://github.com/vitejs/vite) - [React](https://github.com/microsoft/TypeScript) - [TypeScript](https://github.com/microsoft/TypeScript) - [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss)



```js
📂 your-project
├─ 📂 src
│ └─ 📂 components
├─ 📄 .gitignore
├─ 📄 .prettierrc
├─ 📄 index.html
├─ 📄 package.json
├─ 📄 postcss.config.js
├─ 📄 tailwind.config.js
├─ 📄 tsconfig.json
└─ 📄 vite.config.json
```
- Customize the `.prettierrc` to your liking.