Skip to content

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

Notifications You must be signed in to change notification settings

NYCPlanning/ae-react-vite-boilerplate

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.1%
  • TypeScript 32.6%
  • JavaScript 12.7%
  • HTML 8.9%
  • Shell 1.7%