A simple, streamlined boilerplate with essential configuration for quickly starting a project with the latest tools.
- Vite - Fast and optimized development server and bundler.
- Tailwind CSS - Utility-first CSS framework for rapid UI development.
- Lefthook - Efficient Git hooks manager for consistent development workflow.
- ESLint - Linting tool to catch common JavaScript issues and enforce coding standards.
- Prettier - Code formatter for consistent styling across the codebase.
Clone the repository and install dependencies:
git clone https://github.com/alimtunc/SuperBoiler.git
cd SuperBoiler
pnpm install
To start the development server:
pnpm run dev
Feel free to submit issues or pull requests if you have suggestions to improve this boilerplate!