/react-vite-boilerplate

A minimal-ish React boilerplate with Vite, Eslint, Prettier, and Husky

Primary LanguageCSS

React Vite Boilerplate

This is a simple React boilerplate created from the Vite react-ts template.

Code quality tooling

Using this template repo

Once you have made your new repo from this template, you can get started creating your React application. Here are some tips to get started:

  • Delete the contents of this README and replace it with some interesting details about your project!
  • Update values in package.json to reflect your new project. Updating the name field is especially important.
  • You will likely want to remove placeholder code in /src/App.tsx. Please note that the files added to Vite's default assets and public folder, /src/assets/react.svg and /public/vite.svg respectively, have been left in this template deliberately so that their respective folders do not become empty and therefore untracked by git.