This is a React ready to use template for quick start
These are the main libraries that used in this template
vite
as bundlertypescript
as default programming languagereact router
as routing systemtailwindcss
anddaisyui
as styling solutionmobx
as state management
this structure is based on MVVM
Grab degit
from npm
npm install -g degit
Create your project folder and execute this command in that folder
degit amir1376/react-template/
Install dependencies
npm i
Start development server
npm run dev
Happy coding