Skip to content

Aakarshit07/Blog-App

Repository files navigation

Setup instruction

  1. Clone the Project
    git clone https://github.com/Aakarshit07/Blog-App.git
  1. Move into the directory
    cd Blog-App
  1. install dependencies
    npm install
  1. run the server
    npm run dev

Setup instructions for tailwind

Tailwind official instruction Doc

  1. Install Tailwind CSS
   npm install -D tailwindcss postcss autoprefixer
  1. Create configure file your template paths
    npx tailwindcss init
  1. Add file extensions to tailwind Configure file in contens property
    "./src/**/*.{html,js, jsx, ts, tsx}", "./index.html"
  1. Add the tailwind firectives at the top of the index.css
    @tailwind base;
    @tailwind components;
    @tailwind utilities;

Adding plugins and dependencies

    npm install @reduxjs/toolkit react-redux react-router-dom appwrite html-react-parser @tinymce/tinymce-react react-hook-form

Releases

No releases published

Packages

No packages published

Languages