- Clone the Project
git clone https://github.com/Aakarshit07/Blog-App.git
- Move into the directory
cd Blog-App
- install dependencies
npm install
- run the server
npm run dev
Tailwind official instruction Doc
- Install Tailwind CSS
npm install -D tailwindcss postcss autoprefixer
- Create configure file your template paths
npx tailwindcss init
- Add file extensions to tailwind Configure file in contens property
"./src/**/*.{html,js, jsx, ts, tsx}", "./index.html"
- Add the tailwind firectives at the top of the
index.css
@tailwind base;
@tailwind components;
@tailwind utilities;
npm install @reduxjs/toolkit react-redux react-router-dom appwrite html-react-parser @tinymce/tinymce-react react-hook-form