- 🚅 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
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