This is a simple React boilerplate created from the Vite react-ts
template.
- ESLint for linting
- Prettier for code formatting
- tsc for type checking
- Husky for easy git hooks
- lint-staged for running git hooks on staged changes
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 thename
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.