Create a New React Project
The simplest way to start a react project is to use Vite. There are several different templates you can use when creating a new vite project.
New React Project (JavaScript)
New React Project (Typescript)
Tips
- Add
'react/prop-types': 0
in therules
of.eslintrc.cjs
to get rid of the prop warning