EventsManagementSystem Tailwind Templates

Eventsmanagementsystem

An Event Management System (EMS) is a software platform designed to streamline the planning, organization, and execution of events. Key features typically include event registration, ticketing, venue selection, scheduling, attendee engagement, and post-event analysis ( EMS Software ).

Event Management System

Setup instruction

  1. Clone the project
    git clone https://github.com/nayaksuvendu/EventManagementSystem.git
  1. Move into the directory
    cd server/client/admin
  1. install dependencies
    npm i
  1. run the server
    npm run start

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",

4. Add the tailwind directives at the top of the `index.css` file
@tailwind base;
@tailwind components;
@tailwind utilities;

5. 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....

Top categories

Loading Svelte Themes