• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    TypeScript
  • Created over 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.

Vite + React + TypeScript + Eslint + Prettier Template ⚑

Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.

Vercel Deploy: https://vite-react-ts-eslint-prettier.vercel.app

image

Some Features πŸ“‹

Alias Import

image

Hook Warning

image

Prettier Warning

image

Etc...

Using πŸ“¦

  1. Clone Template
git clone https://github.com/igdev116/vite-react-ts-eslint-prettier.git
  1. Install Packages
yarn install
  1. Start Project
yarn dev
  1. If you using git, delete the existing folder .git after cloning (open git bash or other terminal)
rm -rf .git

Options ✍️

  1. Check lint
yarn lint
  1. Fix lint
yarn lint:fix
  1. Check prettier
yarn prettier
  1. Fix prettier
yarn prettier:fix
  1. Fix lint and prettier
yarn format