Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 731 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 731 Bytes

Boilerplate and Quick Starter for Vite, React 17, Tailwind CSS 3

Features:

  • 🚅 Vite
  • 🎒 React template with vanilla - javascript
  • 🎨 Tailwind CSS 3 integration
  • 📺 PostCss
  • ✏️ Linter with ESLint (Airbnb rules)
  • 🛠 Code Formatter using Prettier
  • 🦊 Husky for Git Hooks
  • 🔥 Lint-staged for running linters on Git staged files

Quick Starter:

Run the following commands in your parent folder:

git clone https://github.com/maxhoheiser/vite-react-tailwind-boilerplate.git my-project-name
cd my-project-name
npm install

To run your build environment:

npm vite