Skip to content

omarjun/LMS-frontend

Repository files navigation

LMS FRONTEND

Set up instruction

  1. Clone the project
    git clone https://github.com/omarjun/LMS-frontend.git
  1. Move into the directory
     cd client
  1. Install the dependencies
    npm install
  1. Run the server
    npm run dev

Tailwind setup instructions

  1. Installing TailwindCSS and configuration
    npm install -D tailwindcss postcss autoprefixer
    npx tailwindcss init -p
  1. Add file extensions to tailwind config file
    content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],

3.Add the tailwind directives at the top of the index.css

    @tailwind base;
    @tailwind components;
    @tailwind utilities;
  1. Add plugind in tailwind config file
    plugins: [require("daisyui"), require("@tailwindcss/line-clamp")],

Adding plugins and dependicies

    npm i @reduxjs/toolkit react-redux react-router-dom react-icons react-chartjs-2 chart.js daisyui@latest axios react-hot-toast @tailwindcss/line-clamp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages