Project Cloud Link : https://mernera.shrivarshapoojary.in/
- Clone the project
https://github.com/shrivarshapoojari/MERNERA--Empowering-Students.git
- Move into the directory
cd Frontend/lms
- install dependencies
npm i
- run the server
npm run dev
- Move to directory
cd Backend - Install Dependencies
npm i - Run Backend Server
node server.js OR nodemon server.js
Tail wind official instruction doc
- Install tailwindcss
npm install -D tailwindcss postcss autoprefixer
- Create tailwind config file
npx tailwindcss init
- Add file extensions to tailwind config file in the contents property
"./src/**/*.{html,js,jsx,ts,tsx}", "./index.html",
- Add the tailwind directives at the top of the
index.cssfile
@tailwind base;
@tailwind components;
@tailwind utilities;
- Add the following details in the plugin property of tainwind config
[require("daisyui"), require("@tailwindcss/line-clamp")]
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