bharatgl / prettier-organize-imports-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite boilerplate for React with Tailwindcss (Eslint + Prettier + Husky)

Use this boilerplate as the starting point for your React + Tailwind CSS based projects.

Features

  • Free to use
  • Includes ESLint and Prettier
  • Organizes imports and sorts them
  • Sorts tailwind classes
  • Uses husky to run prettier before each commit

Tech Stack

  • React
  • Tailwind CSS
  • Vite

How to use

  1. Clone the repo

    git clone [this repo]
  2. Install dependencies

    pnpm install
  3. Start the dev server

    pnpm run dev

Author

Partha Priyadarshi Das

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is open source and available under the MIT License.

About

License:MIT License


Languages

Language:JavaScript 70.0%Language:CSS 17.3%Language:HTML 10.4%Language:Shell 2.3%