Tasksmaster Server => https://github.com/farukwebcode21/
you can try this command in your terminal for a quick setup
npm create vite@latest my-react-app -- --template react && cd my-react-app && npm install -D tailwindcss postcss autoprefixer && npx tailwindcss init -p && npm install react-router-dom