Skip to content

shrivarshapoojari/MERNERA--Empowering-Students

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

MERNERA

Project Cloud Link : https://mernera.shrivarshapoojary.in/

Use Firefox Browser for better experience

Setup instruction

  1. Clone the project
   https://github.com/shrivarshapoojari/MERNERA--Empowering-Students.git
  1. Move into the directory
    cd Frontend/lms
  1. install dependencies
    npm i
  1. run the server
    npm run dev
  1. Move to directory
      cd Backend
    
  2. Install Dependencies
    npm i
    
  3. Run Backend Server
      node server.js
        OR
    nodemon server.js
    

Setup instructions for tailwind

Tail wind official instruction doc

  1. Install tailwindcss
    npm install -D tailwindcss postcss autoprefixer
  1. Create tailwind config file
    npx tailwindcss init
  1. Add file extensions to tailwind config file in the contents property
    "./src/**/*.{html,js,jsx,ts,tsx}", "./index.html",

  1. Add the tailwind directives at the top of the index.css file
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
  1. Add the following details in the plugin property of tainwind config
    [require("daisyui"), require("@tailwindcss/line-clamp")]

Adding plugins and dependencies

npm install @reduxjs/toolkit react-redux react-router-dom react-icons react-chartjs-2 chart.js daisyui axi
os react-hot-toast @tailwindcss/line-clamp