Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1 KB

README.md

File metadata and controls

35 lines (23 loc) · 1 KB

SuperBoiler

A simple, streamlined boilerplate with essential configuration for quickly starting a project with the latest tools.

Features

  • 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.

Installation

Clone the repository and install dependencies:

git clone https://github.com/alimtunc/SuperBoiler.git
cd SuperBoiler
pnpm install

Usage

To start the development server:

pnpm run dev

Contributing

Feel free to submit issues or pull requests if you have suggestions to improve this boilerplate!