This is a React ready to use template for quick start
These are the main libraries that used in this template
viteas bundlertypescriptas default programming languagereact routeras routing systemtailwindcssanddaisyuias styling solutionmobxas state management
this structure is based on MVVM
Grab degit from npm
npm install -g degitCreate your project folder and execute this command in that folder
degit amir1376/react-template/Install dependencies
npm iStart development server
npm run devHappy coding