- Run these commands in terminal
npm create vite@latest-
Enter your project name like: react-Vite
-
Package name same as project name
-
Select a framework by pressing down arrow key
-
Select a Language variant
-
Go into your project folder
cd react-Vite
- Run these commands in terminal
npm i OR
npm install- Run these commands in terminal
npm install -D tailwindcss@3 postcss autoprefixernpx tailwindcss init -p- Add these code stuff in content
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],- Add these tailwind imports in your all Css files
@tailwind base;
@tailwind components;
@tailwind utilities;@tailwind base;
@tailwind components;
@tailwind utilities;Install Redux JS toolkit (RTK)
npm i @reduxjs/toolkitInstall Redux
npm i react-reduxInstall Router Dom
npm i react-router-domInstall html parser
npm i html-react-parserInstall Appwrite
npm i appwriteInstall tinymce
npm i @tinymce/tinymce-reactInstall react hook
npm i react-hook-formnpm run devYou Can Try this App on https://localhost:5173